wok view tazdrop/receipt @ rev 18018

Up: tazpanel (477), tazpkg (797).
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 18:09:05 2015 +0200 (2015-05-02)
parents 953982ceeacc
children a234b5cdd546
line source
1 # SliTaz package receipt.
3 PACKAGE="tazdrop"
4 VERSION="939"
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 }