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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
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 }