mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
net-snmp: add example config file
This commit is contained in:
parent
09f23f0e97
commit
a630adc19e
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue