wok annotate tazdrop/receipt @ rev 14806

Down tazdrop (4.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 09:36:02 2013 +0200 (2013-07-17)
parents dc56f6a866c0
children b8a2ba826815
rev   line source
pankso@9615 1 # SliTaz package receipt.
pankso@9615 2
pankso@9615 3 PACKAGE="tazdrop"
pascal@14806 4 VERSION="4.4"
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"
slaxemulator@10734 9 SOURCE="slitaz-tools"
slaxemulator@10734 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pankso@9615 11 WEB_SITE="http://www.slitaz.org/"
pascal@14806 12 WGET_URL="http://hg.slitaz.org/$SOURCE/archive/$VERSION.tar.gz"
pankso@9615 13
pankso@9615 14 # Rules to configure and make the package.
pankso@9615 15 compile_rules()
pankso@9615 16 {
pankso@9615 17 cd $src/tazdrop
slaxemulator@10734 18 make DESTDIR=$DESTDIR 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
slaxemulator@10734 25 cp -a $install/* $fs
pankso@9615 26 }