New package: libax25-0.0.12rc4
Closes gh-3385
This commit is contained in:
parent
a7eb844a66
commit
ec4109322d
4 changed files with 39 additions and 0 deletions
|
@ -2322,3 +2322,5 @@ libglabels-3.0.so.8 libglabels30-3.2.1_1
|
|||
libglbarcode-3.0.so.0 libglabels30-3.2.1_1
|
||||
libjim.so.0.76 jimtcl-0.76_2
|
||||
libftdi1.so.2 libftdi1-1.2_1
|
||||
libax25.so.0 libax25-0.0.12rc4_1
|
||||
libax25io.so.0 libax25-0.0.12rc4_1
|
||||
|
|
1
srcpkgs/libax25-devel
Symbolic link
1
srcpkgs/libax25-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libax25
|
10
srcpkgs/libax25/patches/musl.patch
Normal file
10
srcpkgs/libax25/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- daemon.bak 2016-01-16 20:34:52.682900674 -0600
|
||||
+++ daemon.c 2016-01-16 20:34:45.496900167 -0600
|
||||
@@ -3,6 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <signal.h>
|
||||
#include <errno.h>
|
||||
+#include <fcntl.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/file.h>
|
26
srcpkgs/libax25/template
Normal file
26
srcpkgs/libax25/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libax25'
|
||||
pkgname=libax25
|
||||
_libax25_ver=0.0.12
|
||||
_libax25_rc=rc4
|
||||
version="${_libax25_ver}${_libax25_rc}"
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${_libax25_ver}-${_libax25_rc}"
|
||||
build_style=gnu-configure
|
||||
makedepends="zlib-devel"
|
||||
short_desc="A set of functions making it easier to write hamradio programs"
|
||||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="http://www.linux-ax25.org/wiki/Libax25"
|
||||
distfiles="http://www.linux-ax25.org/pub/libax25/libax25-${_libax25_ver}-${_libax25_rc}.tar.gz"
|
||||
checksum=051bd736c3f3f3b242b3efea91af37f2e8d5afaebb5fe6e1df050bb1f6aeb986
|
||||
|
||||
libax25-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libax25>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue