wok-current view net-snmp-dev/receipt @ rev 18091
slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to garcon-0.3.0.tazpkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon May 25 22:25:36 2015 +0200 (2015-05-25) |
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 }