wok-next view libidn/receipt @ rev 21076

libxfixes: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 03:02:49 2018 +0200 (2018-12-21)
parents f48456621a9d
children 7c5d038be95b
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/svn/general/libidn.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="gettext-dev"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make $MAKEFLAGS &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libidn) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }