wok-6.x view net-snmp-dev/receipt @ rev 22957
updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 28 15:41:30 2020 +0100 (2020-02-28) |
parents | 6acf7ee438a7 |
children | 9ec990a361cd |
line source
1 # SliTaz package receipt.
3 PACKAGE="net-snmp-dev"
4 VERSION="5.6.1"
5 CATEGORY="development"
6 SHORT_DESC="dev files for net-snmp"
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://net-snmp.sourceforge.net"
10 WANTED="net-snmp"
12 DEPENDS="net-snmp"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.a $fs/usr/lib
19 cp -a $install/usr/lib/*.la $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }