fontconfig: converted to subpkgs, new deps style.

--HG--
extra : convert_revision : 7b0f7845dd332288bd5a3ccbfefc6855ac95ef0f
This commit is contained in:
Juan RP
2009-03-19 03:17:57 +01:00
parent 61579a4a92
commit 51a3d37643
4 changed files with 33 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
# Template build file for 'fontconfig'.
pkgname=fontconfig
sourcepkg=$pkgname
version=2.6.0
distfiles="http://www.fontconfig.org/release/$pkgname-$version.tar.gz"
build_style=gnu_configure
@@ -32,9 +34,9 @@ long_desc="
* depend on the X Window System in any fashion, so that printer only
applications do not have such dependencies."
# Run fc-cache once installed.
postinstall_helpers="fontconfig-update.sh"
shared_deps="expat-2.0 freetype-2.3.8"
build_depends="pkg-config-0.23 ${shared_deps}"
run_depends="glibc-2.8 ${shared_deps}"
conf_files="/etc/fonts/fonts.conf"
subpackages="devel"
Add_dependency build pkg-config
Add_dependency full glibc
Add_dependency full expat
Add_dependency full freetype