wok-current view net-snmp-dev/receipt @ rev 25629
Mass updates for current
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Oct 11 18:45:46 2023 +0000 (16 months ago) |
parents | 2d4208bebf51 |
children | 3ad63c8fc2f9 |
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="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 }