wok view tazdrop/receipt @ rev 18530

Up: slitaz-tools(950)
author Richard Dunbar <mojo@slitaz.org>
date Wed Oct 28 15:08:46 2015 -0400 (2015-10-28)
parents 382ba06d6fd8
children ef5ec169fa49
line source
1 # SliTaz package receipt.
3 PACKAGE="tazdrop"
4 VERSION="950"
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 }