wok-next view libidn/receipt @ rev 20533

cairo-clock, grub4dos: fix CFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 27 12:50:45 2018 +0200 (2018-03-27)
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 }