wok-next diff tazdrop/receipt @ rev 10786

geany: it also provide custom icon for UI, so symlink logo for pixmaps
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 01 14:04:02 2011 +0200 (2011-06-01)
parents b2262bca4b49
children b9761d32a594
line diff
     1.1 --- a/tazdrop/receipt	Thu May 19 01:37:43 2011 +0200
     1.2 +++ b/tazdrop/receipt	Wed Jun 01 14:04:02 2011 +0200
     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  }