wok-current diff enca/receipt @ rev 17335
Add dfu-util
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 05 16:17:22 2014 +0100 (2014-11-05) |
parents | fcdd50638150 |
children | e3f377fbc5f0 |
line diff
1.1 --- a/enca/receipt Mon Dec 02 16:43:36 2013 +0000 1.2 +++ b/enca/receipt Wed Nov 05 16:17:22 2014 +0100 1.3 @@ -9,14 +9,16 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://gitorious.org/enca" 1.6 WGET_URL="http://dl.cihar.com/enca/$TARBALL" 1.7 +#HOST_ARCH="i486 arm" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 { 1.12 - cd $src 1.13 + #sed -e "s#./make_hash#./native_make_hash#" -i tools/Makefile.am || exit 1 1.14 ./configure \ 1.15 --prefix=/usr \ 1.16 --libexecdir=/usr/lib \ 1.17 + --disable-static \ 1.18 $CONFIGURE_ARGS && 1.19 make && 1.20 make DESTDIR=$DESTDIR install