curl, libidn: converted to subpkgs.

--HG--
extra : convert_revision : 1041370558329cd01bdfaf6258eace73ae42a9cc
This commit is contained in:
Juan RP
2009-02-25 16:39:02 +01:00
parent 072ad1c9a0
commit 4d29f69f32
10 changed files with 93 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
# Template build file for 'libidn'.
pkgname=libidn
sourcepkg=libidn
version=1.10
distfiles="http://ftp.gnu.org/gnu/libidn/$pkgname-$version.tar.gz"
build_style=gnu_configure
@@ -20,5 +22,8 @@ long_desc="
SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via
IDNA are supported."
build_depends="perl-5.10.0 pkg-config-0.23"
run_depends="glibc-2.8"
subpackages="devel"
Add_dependency full glibc
Add_dependency build perl
Add_dependency build pkg-config