wok rev 16250

ARM add: libtasn1 & nettle
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 03 23:45:30 2014 +0200 (2014-04-03)
parents 2676fa7f0f93
children b269c5c2be2d
files libtasn1-dev/receipt libtasn1/receipt nettle-dev/receipt nettle/receipt
line diff
     1.1 --- a/libtasn1-dev/receipt	Thu Apr 03 23:22:36 2014 +0200
     1.2 +++ b/libtasn1-dev/receipt	Thu Apr 03 23:45:30 2014 +0200
     1.3 @@ -8,6 +8,7 @@
     1.4  LICENSE="GPL3 LGPL2.1"
     1.5  WANTED="libtasn1"
     1.6  WEB_SITE="http://www.gnu.org/software/libtasn1/"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  DEPENDS="libtasn1 pkg-config"
    1.10  
     2.1 --- a/libtasn1/receipt	Thu Apr 03 23:22:36 2014 +0200
     2.2 +++ b/libtasn1/receipt	Thu Apr 03 23:45:30 2014 +0200
     2.3 @@ -9,16 +9,14 @@
     2.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.5  WEB_SITE="http://www.gnu.org/software/libtasn1/"
     2.6  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     2.7 +HOST_ARCH="i486 arm"
     2.8  
     2.9  # Rules to configure and make the package.
    2.10  compile_rules()
    2.11  {
    2.12 -	cd $src
    2.13  	./configure \
    2.14 -		--prefix=/usr \
    2.15  		$CONFIGURE_ARGS &&
    2.16 -	make &&
    2.17 -	make DESTDIR=$DESTDIR install
    2.18 +	make && make install
    2.19  }
    2.20  
    2.21  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/nettle-dev/receipt	Thu Apr 03 23:22:36 2014 +0200
     3.2 +++ b/nettle-dev/receipt	Thu Apr 03 23:45:30 2014 +0200
     3.3 @@ -7,9 +7,10 @@
     3.4  MAINTAINER="devl547@gmail.com"
     3.5  LICENSE="LGPL2.1"
     3.6  WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
     3.7 +HOST_ARCH="i486 arm"
     3.8  
     3.9  WANTED="nettle"
    3.10 -DEPENDS="nettle pkg-config"
    3.11 +DEPENDS="nettle"
    3.12  
    3.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.14  genpkg_rules()
     4.1 --- a/nettle/receipt	Thu Apr 03 23:22:36 2014 +0200
     4.2 +++ b/nettle/receipt	Thu Apr 03 23:45:30 2014 +0200
     4.3 @@ -9,17 +9,19 @@
     4.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     4.5  WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/"
     4.6  WGET_URL="http://www.lysator.liu.se/~nisse/archive/$TARBALL"
     4.7 +HOST_ARCH="i486 arm"
     4.8  
     4.9 -DEPENDS="gmp"
    4.10 -BUILD_DEPENDS="gmp-dev"
    4.11 +#DEPENDS="gmp"
    4.12 +#BUILD_DEPENDS="gmp-dev"
    4.13  
    4.14  # Rules to configure and make the package.
    4.15  compile_rules()
    4.16  {
    4.17 -	./configure --libdir=/usr/lib \
    4.18 +	./configure \
    4.19 +		--libdir=/usr/lib \
    4.20  		--enable-shared \
    4.21  		$CONFIGURE_ARGS && 
    4.22 -	make && make DESTDIR=$DESTDIR install
    4.23 +	make && make install
    4.24  }
    4.25  
    4.26  # Rules to gen a SliTaz package suitable for Tazpkg.