libenet: add development files and update shlibs.
This commit is contained in:
parent
97188355e7
commit
8539fb0906
3 changed files with 14 additions and 3 deletions
|
@ -1917,4 +1917,4 @@ liblxqt.so.0 liblxqt-0.9.0_1
|
||||||
liblxqtmount.so.0 liblxqt-mount-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.so.0 lxqt-globalkeys-0.9.0_1
|
||||||
liblxqt-globalkeys-ui.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
|
||||||
|
|
1
srcpkgs/libenet-devel
Symbolic link
1
srcpkgs/libenet-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libenet
|
|
@ -2,8 +2,7 @@
|
||||||
pkgname=libenet
|
pkgname=libenet
|
||||||
version=1.3.12
|
version=1.3.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=gnu-configure
|
||||||
configure_args="--prefix=/usr ${XBPS_MAKEJOBS:+--parallel=$XBPS_MAKEJOBS}"
|
|
||||||
short_desc="Reliable UDP networking library"
|
short_desc="Reliable UDP networking library"
|
||||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -11,3 +10,14 @@ homepage="http://enet.bespin.org"
|
||||||
distfiles="http://enet.bespin.org/download/enet-${version}.tar.gz"
|
distfiles="http://enet.bespin.org/download/enet-${version}.tar.gz"
|
||||||
wrksrc="enet-${version}"
|
wrksrc="enet-${version}"
|
||||||
checksum=a5851cbd0dde2ddb47bca487a61976825159cb508ece3b1e34605420ac7e1d0b
|
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 a new issue