2015-02-10 16:20:54 +00:00
|
|
|
# Template file for 'enet'
|
|
|
|
pkgname=libenet
|
2015-06-03 10:23:18 +00:00
|
|
|
version=1.3.13
|
|
|
|
revision=1
|
2015-02-10 16:56:48 +00:00
|
|
|
build_style=gnu-configure
|
2015-02-10 16:20:54 +00:00
|
|
|
short_desc="Reliable UDP networking library"
|
|
|
|
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="http://enet.bespin.org"
|
|
|
|
distfiles="http://enet.bespin.org/download/enet-${version}.tar.gz"
|
|
|
|
wrksrc="enet-${version}"
|
2015-06-03 10:23:18 +00:00
|
|
|
checksum=e36072021faa28731b08c15b1c3b5b91b911baf5f6abcc7fe4a6d425abada35c
|
2015-02-10 16:56:48 +00:00
|
|
|
|
|
|
|
libenet-devel_package() {
|
|
|
|
depends="libenet>=${version}_${revision}"
|
|
|
|
short_desc+=" - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove "usr/lib/*.so"
|
|
|
|
vmove "usr/lib/*.a"
|
2015-02-10 19:26:36 +00:00
|
|
|
vmove usr/lib/pkgconfig
|
2015-02-10 16:56:48 +00:00
|
|
|
vmove usr/include
|
2015-06-03 10:23:18 +00:00
|
|
|
}
|
2015-02-10 16:56:48 +00:00
|
|
|
}
|