wok annotate libidn-dev/receipt @ rev 11257

iron-linux: Cookutils uses wget -O $SRC/$TARBALL so we can change TARBALL to save source as TARBALL. This needs to be done for iron-linux cause other wise it will just find iron-linux.tar.gz and use the old version.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Nov 07 11:21:08 2011 +0000 (2011-11-07)
parents 622502bfcbac
children 8f447cf2eee5
rev   line source
pascal@2133 1 # SliTaz package receipt.
pascal@2133 2
pascal@2133 3 PACKAGE="libidn-dev"
slaxemulator@10155 4 VERSION="1.21"
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@2559 8 WEB_SITE="http://www.gnu.org/software/libidn/"
slaxemulator@10155 9 DEPENDS="libidn"
pascal@2133 10 WANTED="libidn"
pascal@2133 11
pascal@2133 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2133 13 genpkg_rules()
pascal@2133 14 {
pascal@2133 15 mkdir -p $fs/usr/lib
pascal@2133 16 cp -a $_pkg/usr/include $fs/usr
pascal@2133 17 cp -a $_pkg/usr/lib/*a $fs/usr/lib
pascal@2133 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
pascal@2133 19 }
pascal@2133 20