]> git.pld-linux.org Git - packages/ELFkickers.git/commitdiff
- initial
authorklakier <klakier@pld-linux.org>
Sat, 7 Apr 2001 08:17:54 +0000 (08:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ELFkickers.spec -> 1.1

ELFkickers.spec [new file with mode: 0644]

diff --git a/ELFkickers.spec b/ELFkickers.spec
new file mode 100644 (file)
index 0000000..c2b915d
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       Tools to manipulate elf files
+Name:          ELFkickers
+Version:       2.0
+Release:       1
+License:       GPL
+Group:         Development/Tools
+Group(de):     Entwicklung/Werkzeuge
+Group(fr):     Development/Outils
+Group(pl):     Programowanie/Narzêdzia
+Source0:       ftp://ftp.muppetlabs.com/pub/software/%{name}-%{version}.tar.gz
+URL:           http://www.muppetlabs.com/~breadbox/software/elfkickers.html
+##BuildArch:   noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n ELFkickers
+
+%build
+%{__make} -C ebfc
+%{__make} -C sstrip
+%{__make} -C elfls
+%{__make} -C elftoc
+%{__make} -C rebind
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install ebfc/ebfc sstrip/sstrip elfls/elfls elftoc/elftoc rebind/rebind $RPM_BUILD_ROOT%{_bindir}
+install */*.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README tiny ebfc/bf
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.068058 seconds and 4 git commands to generate.