wok view tazdrop/receipt @ rev 16874

Up atk-dev (2.7.5)
author Yuri Pourre <yuripourre@gmail.com>
date Sun Jul 13 13:06:14 2014 -0300 (2014-07-13)
parents c9dc972e6946
children 96324a83ed54
line source
1 # SliTaz package receipt.
3 PACKAGE="tazdrop"
4 VERSION="5.8.9"
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 }