]> git.pld-linux.org Git - packages/ax25-apps.git/blob - ax25-apps.spec
13ea4606b77ff41da4348f6f1f4407f92a556b6b
[packages/ax25-apps.git] / ax25-apps.spec
1 Summary:        ax25 tools for hamradio
2 Summary(pl):    Narzêdzia ax25 dla hamradio
3 Name:           ax25-apps
4 Version:        0.0.6
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://dl.sourceforge.net/ax25/%{name}-%{version}.tar.gz
9 # Source0-md5:  47d9a775890f3694cf47659423a69ae5
10 URL:            http://ax25.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libax25-devel
14 BuildRequires:  libtool
15 BuildRequires:  ncurses-devel
16 BuildRequires:  zlib-devel
17 Requires:       ax25-tools >= 0.0.8
18 Requires:       libax25 >= 0.0.9
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20 Conflicts:      kernel <= 2.2.0
21
22 %description
23 Applications to test our AX25 connects.
24
25 %description -l pl
26 Aplikacje testuj±ce sprawno¶æ po³±czeñ protoko³u AX25.
27
28 %prep
29 %setup -q
30
31 %build
32 rm -f missing
33 %{__libtoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__automake}
37 AM_CFLAGS="-I%{_includedir}/ncurses"; export AM_CFLAGS
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install installconf \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 # note: ax25ipd/COPYING.ax25ipd contains notes other than GPL
53 %doc AUTHORS ChangeLog NEWS README ax25*/{HISTORY,README}.ax25*
54 %{_sysconfdir}/ax25/*
55 %attr(755,root,root) %{_bindir}/*
56 %attr(755,root,root) %{_sbindir}/*
57 %{_mandir}/man[158]/*
This page took 0.073184 seconds and 2 git commands to generate.