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

updated firefox-official (76.0 -> 77.0)
author Hans-G?nter Theisgen
date Wed Jun 17 15:35:48 2020 +0100 (2020-06-17)
parents 3765f181a6d5
children e2073ef01171
line source
1 # SliTaz package receipt.
3 PACKAGE="net-snmp-dev"
4 VERSION="5.8"
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 }