void-packages/srcpkgs/libXfont/template

32 lines
853 B
Plaintext

# 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"
revision=1
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 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}
}