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