wok-next annotate libidn/receipt @ rev 20404

Up cookutils (1019)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:34:32 2017 +0200 (2017-12-07)
parents 35a20e111081
children 0e7893ac206d
rev   line source
pascal@2133 1 # SliTaz package receipt.
pascal@2133 2
pascal@2133 3 PACKAGE="libidn"
al@19607 4 VERSION="1.33"
pascal@2133 5 CATEGORY="system-tools"
pascal@2133 6 SHORT_DESC="Encode and decode internationalized domain names."
pascal@2133 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15227 8 LICENSE="GPL3 LGPL2.1"
al@19607 9 WEB_SITE="https://www.gnu.org/software/libidn/"
al@19607 10 HOST_ARCH="i486 arm"
al@19607 11
pascal@2133 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2133 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19607 14
al@19607 15 BUILD_DEPENDS="gettext"
pascal@2133 16
pascal@2133 17 # Rules to configure and make the package.
pascal@2133 18 compile_rules()
pascal@2133 19 {
al@19607 20 ./configure \
al@19607 21 --disable-static \
al@19607 22 $CONFIGURE_ARGS &&
al@19607 23 make $MAKEFLAGS && make install
pascal@2133 24 }
pascal@2133 25
pascal@2133 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2133 27 genpkg_rules()
pascal@2133 28 {
al@19783 29 copy idn *.so*
pascal@2133 30 }