net-snmp: install license.

This commit is contained in:
Juan RP 2015-02-21 13:20:13 +01:00
parent 60d819a9c3
commit 632a3e8e91
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'net-snmp'.
pkgname=net-snmp
version=5.7.3
revision=1
revision=2
hostmakedepends="pkg-config unzip"
makedepends="bzip2-devel libressl-devel libnl-devel pciutils-devel"
short_desc="Simple Network Management Protocol (SNMP) suite"
@ -26,6 +26,7 @@ do_build() {
}
do_install() {
make DESTDIR=${DESTDIR} INSTALL_PREFIX=${DESTDIR} INSTALLDIRS=vendor install
vlicense COPYING LICENSE
}
libnet-snmp_package() {