wok-current diff libhx/receipt @ rev 14527
Add ufiformat
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 18 00:21:47 2013 +0200 (2013-05-18) |
parents | fa60b846f940 |
children | b887898c0199 |
line diff
1.1 --- a/libhx/receipt Fri Feb 04 03:19:31 2011 +0000 1.2 +++ b/libhx/receipt Sat May 18 00:21:47 2013 +0200 1.3 @@ -7,10 +7,12 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 SOURCE="libHX" 1.6 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.7 -DEPENDS="coreutils-file-special" 1.8 WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.9 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.10 1.11 +DEPENDS="coreutils-file-special" 1.12 +BUILD_DEPENDS="coreutils-file-special" 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 { 1.17 @@ -19,7 +21,7 @@ 1.18 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.19 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.20 make && 1.21 - make DESTDIR=$PWD/_pkg install 1.22 + make DESTDIR=$DESTDIR install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.