wok view net-snmp-dev/receipt @ rev 24995

updated nginx and nginx-extras (1.19.0 -> 1.21.6)
author Hans-G?nter Theisgen
date Mon May 16 10:04:06 2022 +0100 (2022-05-16)
parents 9ec990a361cd
children ec9531d04de1
line source
1 # SliTaz package receipt.
3 PACKAGE="net-snmp-dev"
4 VERSION="5.9"
5 CATEGORY="development"
6 SHORT_DESC="Development files for net-snmp."
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://net-snmp.sourceforge.net"
11 DEPENDS="net-snmp"
12 WANTED="net-snmp"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.a $fs/usr/lib
20 cp -a $install/usr/lib/*.la $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }