# HG changeset patch # User Hans-G?nter Theisgen # Date 1554988679 -3600 # Node ID bd3e2cbc0ec40be196dcfff2bab65d17f2ca4e4e # Parent d957986171e842662606c2b693fdfb728c68cb34 updated libidn and libidn-dev (1.21 -> 1.35) diff -r d957986171e8 -r bd3e2cbc0ec4 libidn-dev/receipt --- a/libidn-dev/receipt Thu Apr 11 14:05:05 2019 +0100 +++ b/libidn-dev/receipt Thu Apr 11 14:17:59 2019 +0100 @@ -1,23 +1,24 @@ # SliTaz package receipt. PACKAGE="libidn-dev" -VERSION="1.21" +VERSION="1.35" CATEGORY="development" -SHORT_DESC="Encode and decode internationalized domain names, dev files." +SHORT_DESC="Encode and decode internationalized domain names, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3 LGPL2.1" -WEB_SITE="http://www.gnu.org/software/libidn/" +WEB_SITE="https://www.gnu.org/software/libidn/" + WANTED="libidn" +DEPENDS="libidn pkg-config" + HOST_ARCH="i486 arm" -DEPENDS="libidn pkg-config" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib } - diff -r d957986171e8 -r bd3e2cbc0ec4 libidn/receipt --- a/libidn/receipt Thu Apr 11 14:05:05 2019 +0100 +++ b/libidn/receipt Thu Apr 11 14:17:59 2019 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="libidn" -VERSION="1.21" +VERSION="1.35" CATEGORY="system-tools" SHORT_DESC="Encode and decode internationalized domain names." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3 LGPL2.1" +WEB_SITE="https://www.gnu.org/software/$PACKAGE/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.gnu.org/software/$PACKAGE/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && - make $MAKEFLAGS && + make $MAKEFLAGS -j 1 && make install } @@ -24,7 +25,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib } -