]> git.pld-linux.org Git - packages/9base.git/blame - 9base.spec
- NEW, Plan 9 base tools
[packages/9base.git] / 9base.spec
CommitLineData
31f2f2e6 1#
2Summary: Port of original Plan 9 userland tools to Unix
3Name: 9base
4Version: 2
5Release: 0.1
6License: mostly Lucent Public License, Version 1.02
7Group: Applications
8Source0: http://wmii.de/download/%{name}-%{version}.tar.gz
9# Source0-md5: f9d30509996ec178702af20fec986e9d
10Patch0: %{name}-rename.patch
11URL: http://wmii.de/index.php/WMII/9base
12Provides: rc
13Obsoletes: rc
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
179base is a port of following original Plan 9 userland tools to Unix:
18awk, basename, bc, cat, cleanname, date, dc, echo, grep, mk, rc, sed,
19seq, sleep, sort, tee, test, touch, tr, uniq,yacc.
20In PLD all tools was renamed with prefix 9 for not to conflict with
21system tools.
22
23%prep
24%setup -q
25%patch0 -p1
26
27%build
28%{__make} \
29 CC="%{__cc}" \
30 OPTCFLAGS="%{rpmcflags}" \
31 LDFLAGS="%{rpmldflags}"
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36%{__make} install \
37 DESTDIR=$RPM_BUILD_ROOT
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc README LICENSE
45%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/9rcmain
46%attr(755,root,root) %{_bindir}/9*
47%{_mandir}/man1/9*.1*
48%{_mandir}/man7/9*.7*
This page took 0.061315 seconds and 4 git commands to generate.