]> git.pld-linux.org Git - packages/akanga.git/blob - akanga.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/akanga.git] / akanga.spec
1 Summary:        Akanga shell
2 Summary(pl):    Akanga shell
3 Name:           akanga
4 Version:        1.0.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Shells
8 Source0:        ftp://metalab.unc.edu/pub/Linux/system/shells/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-config.patch
10 Patch1:         %{name}-opt.patch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _bindir         /bin
14
15 %description
16 Rc based shell with additions for file locking, temporary files,
17 reading standard input, expr and let builtin.
18
19 %description -l pl
20 Prosta pow³oka z blokowaniem plików, plikami tymczasowymi i
21 wyra¿eniami.
22
23 %prep
24 %setup -q
25 %patch0 -p0
26 %patch1 -p0
27
28 %build
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
34
35 install bin/akanga $RPM_BUILD_ROOT%{_bindir}
36
37 install src/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
38 install samples/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc src/{CHANGES,EXAMPLES,FAQ,README*} samples/{fileuser,lp,man2html,man2html.cgi,mancc,netuser,which}
46 %attr(755,root,root) %{_bindir}/akanga
47 %{_mandir}/man1/*
This page took 0.086919 seconds and 3 git commands to generate.