wok-next diff libtasn1/receipt @ rev 17074
Add iotop
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 23 13:15:02 2014 +0200 (2014-08-23) |
parents | 8d6f480bf664 |
children | d2af45554821 |
line diff
1.1 --- a/libtasn1/receipt Sun Nov 10 17:13:06 2013 +0000 1.2 +++ b/libtasn1/receipt Sat Aug 23 13:15:02 2014 +0200 1.3 @@ -9,16 +9,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.gnu.org/software/libtasn1/" 1.6 WGET_URL="$GNU_MIRROR/$PACKAGE/$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 ./configure \ 1.14 - --prefix=/usr \ 1.15 $CONFIGURE_ARGS && 1.16 - make && 1.17 - make DESTDIR=$DESTDIR install 1.18 + make && make install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.