wok-next annotate libidn/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 0e7893ac206d
children f48456621a9d
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@20443 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/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@19607 15 BUILD_DEPENDS="gettext"
al@20443 16 SPLIT="libidn-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 }