wok diff libhx/receipt @ rev 12845

Up: x264-dev (20120522)
author Dominique Corbex <domcox@slitaz.org>
date Wed May 23 12:59:23 2012 +0200 (2012-05-23)
parents fa60b846f940
children b887898c0199
line diff
     1.1 --- a/libhx/receipt	Fri Feb 04 03:19:31 2011 +0000
     1.2 +++ b/libhx/receipt	Wed May 23 12:59:23 2012 +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.