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