wok-next view libidn2/receipt @ rev 21116

Update libxfce4util, xfconf, libxfce4ui
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 00:11:29 2019 +0200 (2019-01-14)
parents e7a485521d6a
children fc6b834f7cc4
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libidn2"
4 VERSION="2.0.5"
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"
15 BUILD_DEPENDS="gtk-doc gettext-dev glib-dev git libunistring-dev"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libidn2)
30 copy @std
31 DEPENDS="libunistring"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="libidn2 libunistring-dev"
36 ;;
37 esac
38 }