wok-next view libidn2/receipt @ rev 19899

gperiodic: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 12 11:37:25 2017 +0200 (2017-10-12)
parents
children 0e7893ac206d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libidn2"
4 VERSION="2.0.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/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://alpha.gnu.org/gnu/libidn/$TARBALL"
14 BUILD_DEPENDS="gtk-doc gettext"
15 SPLIT="libidn2-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 case $PACKAGE in
27 libidn2) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }