wok-6.x diff tazdrop/receipt @ rev 15930
Up: cmake (2.8.11)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 22 11:23:36 2014 +0100 (2014-02-22) |
parents | b8a2ba826815 |
children | 953982ceeacc |
line diff
1.1 --- a/tazdrop/receipt Wed Jul 17 09:43:22 2013 +0200 1.2 +++ b/tazdrop/receipt Sat Feb 22 11:23:36 2014 +0100 1.3 @@ -5,15 +5,18 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="SliTaz desktop Drag N' Drop tool" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ yad" 1.8 +LICENSE="GPL3" 1.9 +WEB_SITE="http://www.slitaz.org/" 1.10 SOURCE="slitaz-tools" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 -WEB_SITE="http://www.slitaz.org/" 1.13 WGET_URL="http://hg.slitaz.org/$SOURCE/archive/$VERSION.tar.gz" 1.14 1.15 +DEPENDS="gtk+ yad" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 + make msgfmt 1.21 cd $src/tazdrop 1.22 make DESTDIR=$DESTDIR install 1.23 }