wok view tazdrop/receipt @ rev 9770

libgnomeprintui: Fix BUILD_DEPENDS and clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 11 20:32:36 2011 +0200 (2011-05-11)
parents c2053a2aa07a
children 2ac7ee380435
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 report open-bloc
16 cd $WOK/$PACKAGE
17 tazwok get-src slitaz-tools --target=$src || { report close-bloc; return 1; }
18 #hg clone http://hg.slitaz.org/slitaz-tools $PACKAGE-$VERSION
19 cd $src/tazdrop
20 make DESTDIR=$WOK/$PACKAGE/install install
21 report close-bloc
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs
28 cp -a $_pkg/* $fs
29 }