]> git.pld-linux.org Git - packages/aphunter.git/blob - aphunter.spec
- initial, raw, not tested
[packages/aphunter.git] / aphunter.spec
1 Summary:        TODO
2 Name:           aphunter
3 Version:        1
4 Release:        0.1
5 License:        GPL ?
6 Group:          Networking/Utilities
7 Source0:        http://www.math.ucla.edu/~jimc/%{name}.tgz
8 # Source0-md5:  993075e53e2e682a54b9ee327f4b0647
9 URL:            http://www.math.ucla.edu/~jimc/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 TODO
14
15 %prep
16 %setup -q -c
17
18 %build
19 sed -i -e 's#/usr/local/bin/perl#/usr/bin/perl#' %{name}
20
21 %install
22 rm -rf $RPM_BUILD_ROOT
23 install -d $RPM_BUILD_ROOT%{_sbindir}
24
25 install %{name} $RPM_BUILD_ROOT%{_sbindir}
26
27 %clean
28 rm -rf $RPM_BUILD_ROOT
29
30 %files
31 %defattr(644,root,root,755)
32 %attr(755,root,root) %{_sbindir}/*
This page took 0.083206 seconds and 4 git commands to generate.