net-snmp: install license.
This commit is contained in:
parent
60d819a9c3
commit
632a3e8e91
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'net-snmp'.
|
# Template build file for 'net-snmp'.
|
||||||
pkgname=net-snmp
|
pkgname=net-snmp
|
||||||
version=5.7.3
|
version=5.7.3
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="pkg-config unzip"
|
hostmakedepends="pkg-config unzip"
|
||||||
makedepends="bzip2-devel libressl-devel libnl-devel pciutils-devel"
|
makedepends="bzip2-devel libressl-devel libnl-devel pciutils-devel"
|
||||||
short_desc="Simple Network Management Protocol (SNMP) suite"
|
short_desc="Simple Network Management Protocol (SNMP) suite"
|
||||||
|
@ -26,6 +26,7 @@ do_build() {
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} INSTALL_PREFIX=${DESTDIR} INSTALLDIRS=vendor install
|
make DESTDIR=${DESTDIR} INSTALL_PREFIX=${DESTDIR} INSTALLDIRS=vendor install
|
||||||
|
vlicense COPYING LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
libnet-snmp_package() {
|
libnet-snmp_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue