wok view net-snmp-dev/receipt @ rev 18557
slitaz-base-files: hide /tmp/etc.bak error message
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 08 10:11:39 2015 +0100 (2015-11-08) |
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 }