]> git.pld-linux.org Git - packages/ax25-apps.git/blob - ax25-apps.spec
c39849a337c84f93d9986f54ccc4ae25e5f0892c
[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 URL:            http://ax25.sourceforge.net/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libax25-devel
13 BuildRequires:  libtool
14 BuildRequires:  ncurses-devel
15 BuildRequires:  zlib-devel
16 Requires:       libax25 >= 0.0.9
17 Requires:       ax25-tools >= 0.0.8
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19 Conflicts:      kernel <= 2.2.0
20
21 %description
22 Applications to test our AX25 connects.
23
24 %description -l pl
25 Aplikacje testuj±ce sprawno¶æ po³±czeñ protoko³u AX25.
26
27 %prep
28 %setup -q
29
30 %build
31 rm -f missing
32 %{__libtoolize}
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 AM_CFLAGS="-I%{_includedir}/ncurses"; export AM_CFLAGS
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install installconf \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog NEWS README */{COPYING,HISTORY,README}*
52 %{_sysconfdir}/ax25/*
53 %attr(755,root,root) %{_bindir}/*
54 %attr(755,root,root) %{_sbindir}/*
55 %{_mandir}/man[158]/*
This page took 0.069848 seconds and 2 git commands to generate.