wok-next annotate libidn/receipt @ rev 21237

try to build cndrvcups-common again
author Hans-G?nter Theisgen
date Wed Dec 04 16:52:15 2019 +0100 (2019-12-04)
parents d5aab818505e
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
pascal@2133 2
pascal@2133 3 PACKAGE="libidn"
al@21085 4 VERSION="1.35"
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@21085 14 TARBALL_SHA1="d06a1e04caf5478cfb3ce525a83701a73b564fca"
al@19607 15
al@21020 16 BUILD_DEPENDS="gettext-dev"
al@21017 17 SPLIT="$PACKAGE-dev"
pascal@2133 18
al@20443 19 compile_rules() {
al@19607 20 ./configure \
al@19607 21 --disable-static \
al@19607 22 $CONFIGURE_ARGS &&
al@20577 23 fix libtool &&
al@20577 24 make $MAKEFLAGS &&
al@20577 25 make install
pascal@2133 26 }