wok-next diff libidn2/receipt @ rev 19833

Add libidn2, up curl
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 05 13:41:40 2017 +0300 (2017-08-05)
parents
children 0e7893ac206d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libidn2/receipt	Sat Aug 05 13:41:40 2017 +0300
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="libidn2"
     1.7 +VERSION="2.0.0"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Encode and decode internationalized domain names"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL3 LGPL2.1"
    1.12 +WEB_SITE="https://www.gnu.org/software/libidn/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15 +WGET_URL="https://alpha.gnu.org/gnu/libidn/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="gtk-doc gettext"
    1.18 +SPLIT="libidn2-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure $CONFIGURE_ARGS && make && make install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	case $PACKAGE in
    1.30 +		libidn2) copy @std;;
    1.31 +		*-dev)   copy @dev;;
    1.32 +	esac
    1.33 +}