wok-next view libidn-dev/receipt @ rev 19745

Update base packages, I'll finish yesterday and then rebuild all these from scratch...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 08 00:20:23 2017 +0300 (2017-06-08)
parents fa583ef36fa9
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="libidn-dev"
4 VERSION="1.33"
5 CATEGORY="development"
6 SHORT_DESC="Encode and decode internationalized domain names, dev files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://www.gnu.org/software/libidn/"
10 HOST_ARCH="i486 arm"
12 WANTED="libidn"
13 DEPENDS="libidn"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.la *.pc
19 }