libenet: add missing license.

This commit is contained in:
maxice8 2017-10-13 16:01:45 -03:00 committed by Enno Boland
parent df1cf04636
commit 1e642e3a29
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'enet'
pkgname=libenet
version=1.3.13
revision=1
revision=2
build_style=gnu-configure
short_desc="Reliable UDP networking library"
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
@ -11,6 +11,10 @@ distfiles="http://enet.bespin.org/download/enet-${version}.tar.gz"
wrksrc="enet-${version}"
checksum=e36072021faa28731b08c15b1c3b5b91b911baf5f6abcc7fe4a6d425abada35c
post_install() {
vlicense LICENSE
}
libenet-devel_package() {
depends="libenet>=${version}_${revision}"
short_desc+=" - development files"