wok-next view tazdrop/receipt @ rev 10727

tazwok: Fixed to use right source. Need to delete tazwok-4.2.16.tar.bz2 on tank since is its more update then 4.2.16 tag version.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 28 20:53:30 2011 +0000 (2011-05-28)
parents 5a0effb86317
children dcadc4c60c5f
line source
1 # SliTaz package receipt.
3 PACKAGE="tazdrop"
4 VERSION="4.2"
5 CATEGORY="office"
6 SHORT_DESC="SliTaz desktop Drag N' Drop tool"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ yad"
9 WANTED="slitaz-tools"
10 WEB_SITE="http://www.slitaz.org/"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src/tazdrop
16 make DESTDIR=$WOK/$PACKAGE/install install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs
23 cp -a $WOK/$PACKAGE/install/* $fs
24 }