wok rev 9615

Add tazdrop (DND tool for the desktop) - Part of improving user experience for 4.0
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 17 23:36:50 2011 +0200 (2011-04-17)
parents ae736856217c
children 36c4cafd0cb4
files tazdrop/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazdrop/receipt	Sun Apr 17 23:36:50 2011 +0200
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tazdrop"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="office"
     1.9 +SHORT_DESC="SliTaz desktop Drag N' Drop tool"
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="gtk+ yad"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +
    1.14 +# Rules to configure and make the package.
    1.15 +compile_rules()
    1.16 +{
    1.17 +	# We release different version number of TazDrop than slitaz-tools
    1.18 +	cd $WOK/$PACKAGE
    1.19 +	hg clone http://hg.slitaz.org/slitaz-tools $PACKAGE-$VERSION
    1.20 +	cd $src/tazdrop
    1.21 +	make DESTDIR=$WOK/$PACKAGE/install install
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 +	mkdir -p $fs
    1.28 +	cp -a $_pkg/* $fs
    1.29 +}