wok-current diff vanessa_adt/receipt @ rev 1460
aterm beaver chemtool gftp grisbi gtick gtk-gnutella klavaro leafpad mtpaint sylpheed wine xpad: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 03 20:14:14 2008 +0000 (2008-10-03) |
parents | |
children | 3334406ef266 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/vanessa_adt/receipt Fri Oct 03 20:14:14 2008 +0000 1.3 @@ -0,0 +1,37 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKED_SIZE="2.8M" 1.7 +UNPACKED_SIZE="2.8M" 1.8 +PACKAGE="vanessa_adt" 1.9 +VERSION="0.0.6" 1.10 +CATEGORY="network" 1.11 +SHORT_DESC="Abstract Data Types." 1.12 +MAINTAINER="pascal.bellard@slitaz.org" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.vergenet.net/linux/vanessa" 1.15 +WGET_URL="$WEB_SITE/download/$PACKAGE/$VERSION/$TARBALL" 1.16 +DEPENDS="vanessa_logger" 1.17 +BUILD_DEPENDS="vanessa_logger-dev vanessa_logger" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + cd $src 1.23 + ./configure --prefix=/usr --infodir=/usr/share/info \ 1.24 + --mandir=/usr/share/man $CONFIGURE_ARGS 1.25 + make 1.26 + make DESTDIR=$PWD/_pkg install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/lib 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.35 + for i in $(cd $WOK; ls -d vanessa_adt-*) 1.36 + do 1.37 + tazwok cook $i 1.38 + done 1.39 +} 1.40 +