net-snmp: add example config file
This commit is contained in:
parent
09f23f0e97
commit
a630adc19e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'net-snmp'
|
||||
pkgname=net-snmp
|
||||
version=5.9.1
|
||||
revision=5
|
||||
revision=6
|
||||
hostmakedepends="pkg-config unzip"
|
||||
makedepends="bzip2-devel openssl-devel libnl3-devel pciutils-devel
|
||||
libsensors-devel pcre-devel"
|
||||
|
@ -36,6 +36,10 @@ do_install() {
|
|||
make DESTDIR=${DESTDIR} INSTALL_PREFIX=${DESTDIR} INSTALLDIRS=vendor install
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vsconf EXAMPLE.conf
|
||||
}
|
||||
|
||||
libnet-snmp_package() {
|
||||
short_desc+=" - shared libraries"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue