wok diff libtasn1/receipt @ rev 16324

connman-ui: set a meaningful name to the source for mirror:/source/packages-cooking/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 10 11:04:26 2014 +0000 (2014-04-10)
parents 8d6f480bf664
children d2af45554821
line diff
     1.1 --- a/libtasn1/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libtasn1/receipt	Thu Apr 10 11:04:26 2014 +0000
     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.