wok-stable diff net-snmp-dev/receipt @ rev 6687
Up: libwebkit to 1.2.5. Added gobject-introspection-dev, tar, gettext, and webkit-r-dev to build depends. It needs libwebkit-1.0.la to compile itself. Tar is needed cause of --version is not in busybox tar.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 12 21:49:16 2010 +0000 (2010-10-12) |
parents | |
children | 129bb5b11a7e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/net-snmp-dev/receipt Tue Oct 12 21:49:16 2010 +0000 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="net-snmp-dev" 1.7 +VERSION="5.4.2.1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="dev files for net-snmp" 1.10 +MAINTAINER="allan316@gmail.com" 1.11 +DEPENDS="net-snmp" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://net-snmp.sourceforge.net" 1.14 +WANTED="net-snmp" 1.15 + 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + mkdir -p $fs/usr/lib 1.21 + cp -a $_pkg/usr/lib/*.a $fs/usr/lib 1.22 + cp -a $_pkg/usr/lib/*.la $fs/usr/lib 1.23 + cp -a $_pkg/usr/include $fs/usr 1.24 +} 1.25 +