wok-stable diff sip-dev/receipt @ rev 4651
Add openvas-administrator
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 27 11:40:59 2009 +0100 (2009-12-27) |
parents | |
children | bc5b14d1f2df |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sip-dev/receipt Sun Dec 27 11:40:59 2009 +0100 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="sip-dev" 1.7 +VERSION="4.8" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="sip devel" 1.10 +MAINTAINER="allan316@gmail.com" 1.11 +DEPENDS="sip" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.riverbankcomputing.co.uk" 1.14 +#WGET_URL="$WEB_SITE/$TARBALL" 1.15 +WANTED="sip" 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 1.21 + cp -a $_pkg/usr/include $fs/usr 1.22 +} 1.23 +