libenet: add development files and update shlibs.
This commit is contained in:
parent
97188355e7
commit
8539fb0906
|
@ -1917,4 +1917,4 @@ liblxqt.so.0 liblxqt-0.9.0_1
|
|||
liblxqtmount.so.0 liblxqt-mount-0.9.0_1
|
||||
liblxqt-globalkeys.so.0 lxqt-globalkeys-0.9.0_1
|
||||
liblxqt-globalkeys-ui.so.0 lxqt-globalkeys-0.9.0_1
|
||||
|
||||
libenet.so.7 libenet-1.3.12_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libenet
|
|
@ -2,8 +2,7 @@
|
|||
pkgname=libenet
|
||||
version=1.3.12
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
|
||||
build_style=gnu-configure
|
||||
short_desc="Reliable UDP networking library"
|
||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||
license="MIT"
|
||||
|
@ -11,3 +10,14 @@ homepage="http://enet.bespin.org"
|
|||
distfiles="http://enet.bespin.org/download/enet-${version}.tar.gz"
|
||||
wrksrc="enet-${version}"
|
||||
checksum=a5851cbd0dde2ddb47bca487a61976825159cb508ece3b1e34605420ac7e1d0b
|
||||
|
||||
libenet-devel_package() {
|
||||
depends="libenet>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue