# HG changeset patch # User Christophe Lincoln # Date 1303076210 -7200 # Node ID c2053a2aa07a9152d2ec0d207868fab83d977a0d # Parent ae736856217c392d41193f5799b370514c18496f Add tazdrop (DND tool for the desktop) - Part of improving user experience for 4.0 diff -r ae736856217c -r c2053a2aa07a tazdrop/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tazdrop/receipt Sun Apr 17 23:36:50 2011 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="tazdrop" +VERSION="1.0" +CATEGORY="office" +SHORT_DESC="SliTaz desktop Drag N' Drop tool" +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ yad" +WEB_SITE="http://www.slitaz.org/" + +# Rules to configure and make the package. +compile_rules() +{ + # We release different version number of TazDrop than slitaz-tools + cd $WOK/$PACKAGE + hg clone http://hg.slitaz.org/slitaz-tools $PACKAGE-$VERSION + cd $src/tazdrop + make DESTDIR=$WOK/$PACKAGE/install install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs + cp -a $_pkg/* $fs +}