]> git.pld-linux.org Git - packages/ax25-tools.git/commitdiff
- created spec for PLD
authordjrzulf <djrzulf@pld-linux.org>
Tue, 23 Oct 2001 13:27:51 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ax25-tools.spec -> 1.1

ax25-tools.spec [new file with mode: 0644]

diff --git a/ax25-tools.spec b/ax25-tools.spec
new file mode 100644 (file)
index 0000000..4a03158
--- /dev/null
@@ -0,0 +1,57 @@
+Summary: ax25 toolls for hamradio.
+Name: ax25-tools
+Version: 0.0.8
+Release: 1
+License: LGPL
+Group: Applications/Communications
+Group(pl): Aplikacje/Komunikacja
+Source0: http://prdownloads.sourceforge.net/ax25/ax25-tools-%{version}.tar.gz
+BuildRoot: /tmp/%{name}-%{version}-root
+ExclusiveArch: %{ix86}
+Requires: glibc-2.2.4
+Requires: kernel >= 2.2.0
+Requires: libtool >= 1.4.2
+Requires: libax25 >= 0.0.9
+Requires: zlib >= 1.1.3
+
+BuildRequires: libax25-devel
+BuildRequires: zlib-devel
+
+%description
+
+Tools for start up ax25 protocole.
+
+%description -l pl
+
+Narzêdzia inicjalizuj±ce protokó³ ax25.
+
+%prep
+%setup -q
+
+%build
+
+%configure2_13
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p ${RPM_BUILD_ROOT}/var/ax25
+
+make DESTDIR=${RPM_BUILD_ROOT} install installconf
+gzip -9nf ${RPM_BUILD_ROOT}/usr/share/doc/ax25-tools/*
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%clean                                                                          
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+/%{_sysconfdir}/ax25/*
+/%{_bindir}/*
+/%{_sbindir}/*
+/%{_docdir}/ax25-tools/*.gz
+/%{_mandir}/man[14589]/*.gz
+/var/ax25/*
This page took 0.069658 seconds and 4 git commands to generate.