wok-next annotate libidn2/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 8f554bc45cec
children 25deb7c6df08
rev   line source
al@19833 1 # SliTaz package receipt v2.
al@19833 2
al@19833 3 PACKAGE="libidn2"
al@19833 4 VERSION="2.0.0"
al@19833 5 CATEGORY="system-tools"
al@19833 6 SHORT_DESC="Encode and decode internationalized domain names"
al@19833 7 MAINTAINER="al.bobylev@gmail.com"
al@19833 8 LICENSE="GPL3 LGPL2.1"
al@19833 9 WEB_SITE="https://www.gnu.org/software/libidn/"
al@19833 10
al@19833 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19833 12 WGET_URL="https://alpha.gnu.org/gnu/libidn/$TARBALL"
al@19833 13
al@19833 14 BUILD_DEPENDS="gtk-doc gettext"
al@19833 15 SPLIT="libidn2-dev"
al@19833 16
al@20443 17 compile_rules() {
al@19833 18 ./configure $CONFIGURE_ARGS && make && make install
al@19833 19 }
al@19833 20
al@20443 21 genpkg_rules() {
al@19833 22 case $PACKAGE in
al@19833 23 libidn2) copy @std;;
al@19833 24 *-dev) copy @dev;;
al@19833 25 esac
al@19833 26 }