wok-next diff sed/receipt @ rev 17618
musique: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 13 09:48:02 2015 +0100 (2015-02-13) |
parents | dead8955c3ca |
children | 479b6badd960 |
line diff
1.1 --- a/sed/receipt Wed Sep 25 09:50:51 2013 +0000 1.2 +++ b/sed/receipt Fri Feb 13 09:48:02 2015 +0100 1.3 @@ -9,20 +9,16 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.gnu.org/software/sed/" 1.6 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="acl" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src 1.15 ./configure \ 1.16 - --prefix=/usr \ 1.17 - --infodir=/usr/share/info \ 1.18 - --mandir=/usr/share/man \ 1.19 $CONFIGURE_ARGS && 1.20 - make $MAKEFLAGS && 1.21 - make DESTDIR=$DESTDIR install 1.22 + make $MAKEFLAGS && make install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.