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 'curl'.
pkgname=curl
sourcepkg=curl
version=7.19.0
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2"
build_style=gnu_configure
@@ -13,5 +15,10 @@ long_desc="
kerberos...), file transfer resume, proxy tunneling and a busload of other
useful tricks."
build_depends="libidn-1.9 zlib-1.2.3 openssl-0.9.8i"
run_depends="glibc-2.8 $build_depends"
subpackages="devel libs"
Add_dependency full glibc
Add_dependency full libidn
Add_dependency full zlib
Add_dependency full openssl
Add_dependency run curl-libs