]> git.pld-linux.org Git - packages/akanga.git/blob - akanga.spec
- builds on ppc
[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 Patch2:                 %{name}-va_copy.patch
12 BuildRequires:  ctags
13 BuildRoot:              %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _bindir         /bin
16
17 %description
18 Rc based shell with additions for file locking, temporary files,
19 reading standard input, expr and let builtin.
20
21 %description -l pl
22 Prosta pow³oka z blokowaniem plików, plikami tymczasowymi i
23 wyra¿eniami.
24
25 %prep
26 %setup -q
27 %patch0 -p0
28 %patch1 -p0
29 %patch2 -p1
30
31 %build
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
37
38 install bin/akanga $RPM_BUILD_ROOT%{_bindir}
39
40 install src/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
41 install samples/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc src/{CHANGES,EXAMPLES,FAQ,README*} samples/{fileuser,lp,man2html,man2html.cgi,mancc,netuser,which}
49 %attr(755,root,root) %{_bindir}/akanga
50 %{_mandir}/man1/*
This page took 0.049541 seconds and 3 git commands to generate.