]> git.pld-linux.org Git - packages/ax25-tools.git/blob - ax25-tools.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/ax25-tools.git] / ax25-tools.spec
1 Summary:        ax25 tools for hamradio
2 Summary(pl):    Narzêdzia ax25 dla hamradio
3 Name:           ax25-tools
4 Version:        0.0.8
5 Release:        4
6 License:        LGPL
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz
9 URL:            http://ax25.sourceforge.net/
10 BuildRequires:  libax25-devel
11 BuildRequires:  zlib-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 Requires:       glibc >= 2.2
14 Requires:       kernel >= 2.2.0
15 Requires:       libtool >= 1.4.2
16 Requires:       libax25 >= 0.0.9
17 Requires:       zlib >= 1.1.3
18 %define         _noautoreq      libfltk.so.1 
19
20 %define         _localstatedir  /var/lib
21
22 %description
23 Tools for start up ax25 protocol.
24
25 %description -l pl
26 Narzêdzia inicjalizuj±ce protokó³ ax25.
27
28 %prep
29 %setup -q
30
31 %build
32 %configure2_13 \
33         --without-x
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_localstatedir}/ax25
39
40 %{__make} install installconf \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %post   -p /sbin/ldconfig
47 %postun -p /sbin/ldconfig
48
49 %files
50 %defattr(644,root,root,755)
51 %doc dmascc/README.dmascc tcpip/ttylinkd.{README,INSTALL}
52 %doc user_call/README.user_call
53 %{_sysconfdir}/ax25/*
54 %attr(755,root,root) %{_bindir}/*
55 %attr(755,root,root) %{_sbindir}/*
56 %docdir %{_docdir}/ax25-tools
57 %dir %{_docdir}/ax25-tools
58 %{_mandir}/man[14589]/*
59 %{_localstatedir}/ax25/*
This page took 0.075608 seconds and 4 git commands to generate.