glib, irssi, pcre: converted to subpkgs.

--HG--
extra : convert_revision : c3e0384ca9fb987a7e1b5ce93d40855dfcfbaa0e
This commit is contained in:
Juan RP
2009-02-25 17:55:24 +01:00
parent 5a435dc28f
commit 1c83b76888
11 changed files with 108 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
# Template build file for 'glib'
pkgname=glib
sourcepkg=glib
version=2.18.2
distfiles="
http://ftp.gnome.org/pub/gnome/sources/glib/2.18/$pkgname-$version.tar.bz2"
@@ -16,5 +17,9 @@ long_desc="
as trees, hashes, lists and strings. It is a useful general purpose
C library used by projects such as GTK+, GIMP and GNOME."
build_depends="pcre-7.8 pkg-config-0.23 gettext-0.17"
run_depends="glibc-2.8 pcre-7.8"
subpackages="devel"
Add_dependency full glibc
Add_dependency full pcre
Add_dependency build gettext
Add_dependency build pkg-config