wok annotate 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
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
slaxemulator@9618 15 report open-bloc
pankso@9615 16 cd $WOK/$PACKAGE
slaxemulator@9618 17 tazwok get-src slitaz-tools --target=$src || { report close-bloc; return 1; }
slaxemulator@9618 18 #hg clone http://hg.slitaz.org/slitaz-tools $PACKAGE-$VERSION
pankso@9615 19 cd $src/tazdrop
pankso@9615 20 make DESTDIR=$WOK/$PACKAGE/install install
slaxemulator@9618 21 report close-bloc
pankso@9615 22 }
pankso@9615 23
pankso@9615 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@9615 25 genpkg_rules()
pankso@9615 26 {
pankso@9615 27 mkdir -p $fs
pankso@9615 28 cp -a $_pkg/* $fs
pankso@9615 29 }