wok-current view net-snmp-dev/receipt @ rev 25724
Up audacity to 3.0.2, fix openssh/wxWidgets build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 25 14:51:14 2024 +0000 (14 months ago) |
parents | a23978bfa665 |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="net-snmp-dev"
4 VERSION="5.9.3"
5 CATEGORY="development"
6 SHORT_DESC="Development files for net-snmp."
7 MAINTAINER="allan316@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://sourceforge.net/projects/net-snmp/"
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
18 cp -a $install/usr/include $fs/usr
19 }