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