New package: libdnet-1.12
This commit is contained in:
parent
090a59dfb4
commit
b236b7f73b
3 changed files with 35 additions and 0 deletions
|
@ -2919,6 +2919,7 @@ libgnustep-base.so.1.25 gnustep-base-1.25.0_1
|
||||||
libtermbox.so.1 termbox-1.1.0_1
|
libtermbox.so.1 termbox-1.1.0_1
|
||||||
libmysofa.so.0 libmysofa-0.6_1
|
libmysofa.so.0 libmysofa-0.6_1
|
||||||
libzinnia.so.0 libzinnia-0.06_1
|
libzinnia.so.0 libzinnia-0.06_1
|
||||||
|
libdnet.so.1 libdnet-1.12_1
|
||||||
libmega.so.30207 libmega-3.2.7_1
|
libmega.so.30207 libmega-3.2.7_1
|
||||||
libopenglrecorder.so.0 libopenglrecorder-0.1.0_1
|
libopenglrecorder.so.0 libopenglrecorder-0.1.0_1
|
||||||
libgpod.so.4 libgpod-0.8.3_1
|
libgpod.so.4 libgpod-0.8.3_1
|
||||||
|
|
1
srcpkgs/libdnet-devel
Symbolic link
1
srcpkgs/libdnet-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libdnet
|
33
srcpkgs/libdnet/template
Normal file
33
srcpkgs/libdnet/template
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# Template file for 'libdnet'
|
||||||
|
pkgname=libdnet
|
||||||
|
version=1.12
|
||||||
|
revision=1
|
||||||
|
hostmakedepends="automake libtool autoconf pkg-config"
|
||||||
|
wrksrc="libdnet-libdnet-${version}"
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="A portable interface to low level networking routines"
|
||||||
|
maintainer="Carson Page <pagem.carson@gmail.com>"
|
||||||
|
homepage="https://github.com/dugsong/libdnet"
|
||||||
|
distfiles="https://github.com/dugsong/libdnet/archive/libdnet-${version}.tar.gz"
|
||||||
|
license="BSD"
|
||||||
|
checksum=b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -I config --force --install
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
libdnet-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/man/man3
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.la"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue