wok-next annotate 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
rev   line source
pascal@2133 1 # SliTaz package receipt.
pascal@2133 2
pascal@2133 3 PACKAGE="libidn-dev"
al@19607 4 VERSION="1.33"
pascal@2133 5 CATEGORY="development"
pascal@2133 6 SHORT_DESC="Encode and decode internationalized domain names, dev files."
pascal@2133 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15473 8 LICENSE="GPL3 LGPL2.1"
al@19607 9 WEB_SITE="https://www.gnu.org/software/libidn/"
pankso@15963 10 HOST_ARCH="i486 arm"
pascal@2133 11
al@19607 12 WANTED="libidn"
al@19607 13 DEPENDS="libidn"
pascal@15597 14
pascal@2133 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2133 16 genpkg_rules()
pascal@2133 17 {
al@19607 18 cook_copy_files *.h *.la *.pc
pascal@2133 19 }