wok view tazdrop/receipt @ rev 15416

Up: thunderbird-langpack-en_US (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:37 2013 +0100 (2013-11-03)
parents b8a2ba826815
children 953982ceeacc
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 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 SOURCE="slitaz-tools"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="http://hg.slitaz.org/$SOURCE/archive/$VERSION.tar.gz"
14 DEPENDS="gtk+ yad"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 make msgfmt
20 cd $src/tazdrop
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs
28 cp -a $install/* $fs
29 }