wok-next view libidn2/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libidn2"
4 VERSION="2.1.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Encode and decode internationalized domain names"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://www.gnu.org/software/libidn/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/libidn2.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/libidn/$TARBALL"
14 TARBALL_SHA1="dffdab4dd69ad39f6a65cebc464c2603a136f074"
16 BUILD_DEPENDS="gtk-doc gettext-dev glib-dev git libunistring-dev"
17 SPLIT="$PACKAGE-dev"
19 COPY_std="idn2 *.so.*"
20 COPY_dev="@dev *.so"
22 DEPENDS_std="libunistring"
23 DEPENDS_dev="$PACKAGE libunistring-dev"
25 compile_rules() {
26 ./configure \
27 --disable-static \
28 $CONFIGURE_ARGS &&
29 fix libtool &&
30 make &&
31 make install
32 }