wok rev 10734
Up: tazdrop to 4.2.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 29 02:22:21 2011 +0000 (2011-05-29) |
parents | c10a1134741a |
children | dd0ecdaa1461 |
files | tazdrop/receipt |
line diff
1.1 --- a/tazdrop/receipt Sun May 29 02:02:23 2011 +0000 1.2 +++ b/tazdrop/receipt Sun May 29 02:22:21 2011 +0000 1.3 @@ -1,24 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazdrop" 1.7 -VERSION="4.2" 1.8 +VERSION="4.2.1" 1.9 CATEGORY="office" 1.10 SHORT_DESC="SliTaz desktop Drag N' Drop tool" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="gtk+ yad" 1.13 -WANTED="slitaz-tools" 1.14 +SOURCE="slitaz-tools" 1.15 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 WEB_SITE="http://www.slitaz.org/" 1.17 +WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src/tazdrop 1.23 - make DESTDIR=$WOK/$PACKAGE/install install 1.24 + make DESTDIR=$DESTDIR install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 mkdir -p $fs 1.31 - cp -a $WOK/$PACKAGE/install/* $fs 1.32 + cp -a $install/* $fs 1.33 }