2009-03-19 02:44:20 +00:00
|
|
|
# Template build file for 'libXfont'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libXfont
|
2012-03-03 04:48:46 +00:00
|
|
|
version=1.4.5
|
2009-02-09 15:02:42 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2009-12-20 15:03:37 +00:00
|
|
|
configure_args="--disable-devel-docs"
|
2008-10-01 15:07:54 +00:00
|
|
|
short_desc="X font Library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-11 07:02:53 +00:00
|
|
|
homepage="http://xorg.freedesktop.org/"
|
|
|
|
license="MIT"
|
2012-03-03 04:48:46 +00:00
|
|
|
checksum=bbf96fb80b6b95cdb1dc968085082a6e668193a54cd9d6e2af669909c0cb7170
|
2008-10-01 15:07:54 +00:00
|
|
|
long_desc="
|
|
|
|
This package provides the X font Library from the modular
|
|
|
|
X.org X11 project."
|
2009-02-09 15:02:42 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2011-08-11 07:02:53 +00:00
|
|
|
|
2009-03-19 02:44:20 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build xproto
|
|
|
|
Add_dependency build xtrans
|
|
|
|
Add_dependency build fontcacheproto
|
|
|
|
Add_dependency build fontsproto
|
2010-04-23 11:35:28 +00:00
|
|
|
Add_dependency build zlib-devel
|
|
|
|
Add_dependency build freetype-devel
|
|
|
|
Add_dependency build libfontenc-devel
|
2011-08-11 07:02:53 +00:00
|
|
|
|
2012-03-03 04:48:46 +00:00
|
|
|
post_install() {
|
2011-08-11 07:02:53 +00:00
|
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
|
|
}
|