parent
d7b09efbd3
commit
e5c8b34dbb
|
@ -3369,3 +3369,4 @@ libgetdns_ext_ev.so.10 getdns-1.5.0_1
|
|||
libgetdns_ext_uv.so.10 getdns-1.5.0_1
|
||||
libzck.so.1 zchunk-1.0.2_2
|
||||
librec.so.1 librec1-1.8_1
|
||||
libfixposix.so.3 libfixposix-0.4.3_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libfixposix
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libfixposix'
|
||||
pkgname=libfixposix
|
||||
version=0.4.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="Thin wrapper over POSIX syscalls"
|
||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||
license="BSL-1.0"
|
||||
homepage="https://github.com/sionescu/libfixposix"
|
||||
distfiles="https://github.com/sionescu/libfixposix/archive/v${version}.tar.gz"
|
||||
checksum=78fe8bcebf496520ac29b5b65049f5ec1977c6bd956640bdc6d1da6ea04d8504
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libfixposix-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue