wok annotate tazdrop/receipt @ 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
children 3946902dd99c
rev   line source
pankso@9615 1 # SliTaz package receipt.
pankso@9615 2
pankso@9615 3 PACKAGE="tazdrop"
pankso@9615 4 VERSION="1.0"
pankso@9615 5 CATEGORY="office"
pankso@9615 6 SHORT_DESC="SliTaz desktop Drag N' Drop tool"
pankso@9615 7 MAINTAINER="pankso@slitaz.org"
pankso@9615 8 DEPENDS="gtk+ yad"
pankso@9615 9 WEB_SITE="http://www.slitaz.org/"
pankso@9615 10
pankso@9615 11 # Rules to configure and make the package.
pankso@9615 12 compile_rules()
pankso@9615 13 {
pankso@9615 14 # We release different version number of TazDrop than slitaz-tools
pankso@9615 15 cd $WOK/$PACKAGE
pankso@9615 16 hg clone http://hg.slitaz.org/slitaz-tools $PACKAGE-$VERSION
pankso@9615 17 cd $src/tazdrop
pankso@9615 18 make DESTDIR=$WOK/$PACKAGE/install install
pankso@9615 19 }
pankso@9615 20
pankso@9615 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9615 22 genpkg_rules()
pankso@9615 23 {
pankso@9615 24 mkdir -p $fs
pankso@9615 25 cp -a $_pkg/* $fs
pankso@9615 26 }