wok-next view libidn/receipt @ rev 20443
The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Feb 24 16:17:33 2018 +0200 (2018-02-24) |
parents | f463de72afe3 |
children | 25deb7c6df08 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libidn"
4 VERSION="1.33"
5 CATEGORY="system-tools"
6 SHORT_DESC="Encode and decode internationalized domain names"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://www.gnu.org/software/libidn/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libidn.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="gettext"
16 SPLIT="libidn-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 make $MAKEFLAGS && make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libidn) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }