wok view libidn/receipt @ rev 13081

gpgme-dev: Update deps.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 08:58:46 2012 +0000 (2012-06-25)
parents 622502bfcbac
children 9e683f1a2fa8
line source
1 # SliTaz package receipt.
3 PACKAGE="libidn"
4 VERSION="1.21"
5 CATEGORY="system-tools"
6 SHORT_DESC="Encode and decode internationalized domain names."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.gnu.org/software/$PACKAGE/"
10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure $CONFIGURE_ARGS &&
17 make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib
24 cp -a $_pkg/usr/bin $fs/usr
25 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
26 }