wok-next diff pngcrush/receipt @ rev 16668
Add tesseract-ocr
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 12:14:30 2014 +0000 (2014-05-14) |
parents | 02bbaa9d12ba |
children | 73e9a7d984fc |
line diff
1.1 --- a/pngcrush/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/pngcrush/receipt Wed May 14 12:14:30 2014 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="PNG optimizer" 1.6 MAINTAINER="mimas@slitaz.org" 1.7 -DEPENDS="" 1.8 +LICENSE="zlib/libpng" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://pmt.sourceforge.net/pngcrush/" 1.11 WGET_URL="$SF_MIRROR/pmt/$TARBALL" 1.12 @@ -16,14 +16,14 @@ 1.13 cd $src 1.14 make 1.15 1.16 - mkdir -p $PWD/_pkg/usr/bin 1.17 - install -m755 pngcrush $PWD/_pkg/usr/bin/ 1.18 + mkdir -p $DESTDIR/usr/bin 1.19 + install -m755 pngcrush $DESTDIR/usr/bin/ 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr 1.26 - cp -a $_pkg/usr/bin $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr 1.28 } 1.29