void-packages/srcpkgs/libXfont/template
2012-03-03 05:48:46 +01:00

30 lines
842 B
Plaintext

# Template build file for 'libXfont'.
pkgname=libXfont
version=1.4.5
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=bbf96fb80b6b95cdb1dc968085082a6e668193a54cd9d6e2af669909c0cb7170
long_desc="
This package provides the X font Library from the modular
X.org X11 project."
subpackages="$pkgname-devel"
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}
}