wok-next annotate libidn/receipt @ rev 21084

Add librefox
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 25 14:44:32 2018 +0200 (2018-12-25)
parents f48456621a9d
children 7c5d038be95b
rev   line source
al@20443 1 # SliTaz package receipt v2.
pascal@2133 2
pascal@2133 3 PACKAGE="libidn"
al@19607 4 VERSION="1.33"
pascal@2133 5 CATEGORY="system-tools"
al@20443 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@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libidn.html"
al@19607 11
pascal@2133 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2133 13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
al@19607 14
al@21020 15 BUILD_DEPENDS="gettext-dev"
al@21017 16 SPLIT="$PACKAGE-dev"
pascal@2133 17
al@20443 18 compile_rules() {
al@19607 19 ./configure \
al@19607 20 --disable-static \
al@19607 21 $CONFIGURE_ARGS &&
al@20577 22 fix libtool &&
al@20577 23 make $MAKEFLAGS &&
al@20577 24 make install
pascal@2133 25 }
pascal@2133 26
al@20443 27 genpkg_rules() {
al@20443 28 case $PACKAGE in
al@20443 29 libidn) copy @std;;
al@20443 30 *-dev) copy @dev;;
al@20443 31 esac
pascal@2133 32 }