# HG changeset patch # User Christophe Lincoln # Date 1396561530 -7200 # Node ID 6739a11f98581f8b4c99f784041b1aa4b7c84edc # Parent 2676fa7f0f93e6a1e9bbeaf8558efbe3b12b7e0f ARM add: libtasn1 & nettle diff -r 2676fa7f0f93 -r 6739a11f9858 libtasn1-dev/receipt --- a/libtasn1-dev/receipt Thu Apr 03 23:22:36 2014 +0200 +++ b/libtasn1-dev/receipt Thu Apr 03 23:45:30 2014 +0200 @@ -8,6 +8,7 @@ LICENSE="GPL3 LGPL2.1" WANTED="libtasn1" WEB_SITE="http://www.gnu.org/software/libtasn1/" +HOST_ARCH="i486 arm" DEPENDS="libtasn1 pkg-config" diff -r 2676fa7f0f93 -r 6739a11f9858 libtasn1/receipt --- a/libtasn1/receipt Thu Apr 03 23:22:36 2014 +0200 +++ b/libtasn1/receipt Thu Apr 03 23:45:30 2014 +0200 @@ -9,16 +9,14 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/libtasn1/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - cd $src ./configure \ - --prefix=/usr \ $CONFIGURE_ARGS && - make && - make DESTDIR=$DESTDIR install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 2676fa7f0f93 -r 6739a11f9858 nettle-dev/receipt --- a/nettle-dev/receipt Thu Apr 03 23:22:36 2014 +0200 +++ b/nettle-dev/receipt Thu Apr 03 23:45:30 2014 +0200 @@ -7,9 +7,10 @@ MAINTAINER="devl547@gmail.com" LICENSE="LGPL2.1" WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/" +HOST_ARCH="i486 arm" WANTED="nettle" -DEPENDS="nettle pkg-config" +DEPENDS="nettle" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 2676fa7f0f93 -r 6739a11f9858 nettle/receipt --- a/nettle/receipt Thu Apr 03 23:22:36 2014 +0200 +++ b/nettle/receipt Thu Apr 03 23:45:30 2014 +0200 @@ -9,17 +9,19 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lysator.liu.se/~nisse/nettle/" WGET_URL="http://www.lysator.liu.se/~nisse/archive/$TARBALL" +HOST_ARCH="i486 arm" -DEPENDS="gmp" -BUILD_DEPENDS="gmp-dev" +#DEPENDS="gmp" +#BUILD_DEPENDS="gmp-dev" # Rules to configure and make the package. compile_rules() { - ./configure --libdir=/usr/lib \ + ./configure \ + --libdir=/usr/lib \ --enable-shared \ $CONFIGURE_ARGS && - make && make DESTDIR=$DESTDIR install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.