wok view tazdrop/receipt @ rev 14805

Up slitaz-doc (4.4), ssfs (1.1), tazdrop (5.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 17 09:28:07 2013 +0200 (2013-07-17)
parents 581fc8587085
children 9193d78440ab
line source
1 # SliTaz package receipt.
3 PACKAGE="tazdrop"
4 VERSION="5.4"
5 CATEGORY="office"
6 SHORT_DESC="SliTaz desktop Drag N' Drop tool"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ yad"
9 SOURCE="slitaz-tools"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://hg.slitaz.org/slitaz-tools/archive/$VERSION.tar.gz"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src/tazdrop
18 make DESTDIR=$DESTDIR install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs
25 cp -a $install/* $fs
26 }