wok rev 14905

tazdrop: try to fix (need pre-generate .mo files)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 31 20:36:06 2013 +0300 (2013-07-31)
parents f1e757631080
children 153f3ed96c2d
files tazdrop/receipt
line diff
     1.1 --- a/tazdrop/receipt	Wed Jul 31 20:21:51 2013 +0300
     1.2 +++ b/tazdrop/receipt	Wed Jul 31 20:36:06 2013 +0300
     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  }