34 lines
949 B
Text
34 lines
949 B
Text
# Template build file for 'libXfont'.
|
|
pkgname=libXfont
|
|
version=1.4.4
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-devel-docs"
|
|
short_desc="X font Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
license="MIT"
|
|
checksum=a2065f5f66882f7a9cb0eb674e16d284da48e449af443eda272e99832be8239a
|
|
long_desc="
|
|
This package provides the X font Library from the modular
|
|
X.org X11 project."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run zlib
|
|
Add_dependency run freetype
|
|
Add_dependency run libfontenc
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build xproto
|
|
Add_dependency build xtrans
|
|
Add_dependency build fontcacheproto
|
|
Add_dependency build fontsproto
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build freetype-devel
|
|
Add_dependency build libfontenc-devel
|
|
|
|
post_install()
|
|
{
|
|
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
|
}
|