wok-6.x diff libhx/receipt @ rev 9702
binutils: Fix a bug fot Tazwok and make it build for cookutils.
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 08 15:46:39 2011 +0200 (2011-05-08) |
parents | 6de67a33961b |
children | 16b97ec782a4 |
line diff
1.1 --- a/libhx/receipt Fri Mar 13 11:27:30 2009 +0000 1.2 +++ b/libhx/receipt Sun May 08 15:46:39 2011 +0200 1.3 @@ -7,6 +7,7 @@ 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 @@ -14,6 +15,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 + sed -i 's|mktemp -u|/usr/bin/mktemp -u|g' Makefile 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make &&