wok-next diff tazdrop/receipt @ rev 15253
valgrind: remove wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Sep 23 19:22:50 2013 +0000 (2013-09-23) |
parents | b8a2ba826815 |
children | 953982ceeacc |
line diff
1.1 --- a/tazdrop/receipt Wed Jul 17 09:43:22 2013 +0200 1.2 +++ b/tazdrop/receipt Mon Sep 23 19:22:50 2013 +0000 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 }