]> git.pld-linux.org Git - packages/arj.git/blob - arj.spec
- open source arj
[packages/arj.git] / arj.spec
1 Summary:        ARJ archiver for Linux
2 Summary(pl):    Archiwizator ARJ dla Linuksa
3 Name:           arj
4 Version:        3.10b
5 Release:        1
6 License:        GPL
7 Group:          Applications/Archiving
8 Source0:        http://testcase.newmail.ru/files/%{name}-%{version}.tar.gz
9 BuildRequires:  autoconf
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This product is an implementation of ARJ v 2.7x for DOS on UNIX and
14 UNIX-like systems. It is assumed that the user is familiar with ARJ
15 operation on DOS before using this package.
16
17 %description -l pl
18 Jest to implementacja programu ARJ v 2.7x dla DOS na platformê UNIX i
19 systemy uniksopodobne. Zak³ada siê, ¿e u¿ytkownik korzystaj±cy z tego
20 pakietu zna sposób funkcjonowania programu ARJ pod DOS-em.
21
22 %prep
23 %setup -q
24
25 %build
26 cd gnu
27 %{__autoconf}
28 %configure
29 cd ..
30 %{__make} -f makefile.gnu prepare
31 %{__make} -f makefile.gnu
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}}
36
37 cd linux-gnu/en/rs
38 install \
39         arj/arj \
40         arjdisp/arjdisp \
41         rearj/rearj \
42         $RPM_BUILD_ROOT%{_bindir}
43 install register/register $RPM_BUILD_ROOT%{_bindir}/register-arj
44
45 install arjcrypt/arjcrypt.so $RPM_BUILD_ROOT%{_libdir}
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc ChangeLog doc/rev_hist.txt resource/en/arjl.txt resource/en/readme.txt resource/en/unix.txt
53 %attr(0755, root, root) %{_bindir}/*
54 %{_libdir}/*
This page took 0.029369 seconds and 4 git commands to generate.