wok-6.x diff hd2u/receipt @ rev 15418
Up: thunderbird-langpack-es_ES (17.0.9esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 03 21:52:40 2013 +0100 (2013-11-03) |
parents | 8387b6915400 |
children | 9e01bc6321ea |
line diff
1.1 --- a/hd2u/receipt Mon Jun 11 17:36:31 2012 +0200 1.2 +++ b/hd2u/receipt Sun Nov 03 21:52:40 2013 +0100 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="misc" 1.5 SHORT_DESC="Dos2Unix text file converter." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="popt" 1.8 -BUILD_DEPENDS="popt-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tgz" 1.11 WEB_SITE="http://hany.sk/~hany/software/hd2u/" 1.12 WGET_URL="http://hany.sk/~hany/_data/hd2u/$TARBALL" 1.13 1.14 +DEPENDS="popt" 1.15 +BUILD_DEPENDS="popt-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -20,14 +22,14 @@ 1.21 --infodir=/usr/share/info \ 1.22 --mandir=/usr/share/man \ 1.23 $CONFIGURE_ARGS && 1.24 - make && make prefix=$PWD/_pkg/usr install 1.25 + make && make prefix=$DESTDIR/usr install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr 1.32 - cp -a $_pkg/usr/bin $fs/usr 1.33 + cp -a $install/usr/bin $fs/usr 1.34 } 1.35 1.36 # Pre and post install commands for Tazpkg.