# Maintainer: A. Wilcox pkgname=encodings pkgver=1.0.5 pkgrel=0 pkgdesc="Font encoding files for X11" url="https://www.X.Org/" arch="noarch" license="Public-Domain" depends="" makedepends="cmd:gzip mkfontscale util-macros" subpackages="" source="https://www.X.Org/releases/individual/font/encodings-$pkgver.tar.bz2" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="920e49f0b3545f181a1574ca3280ac9adef1e68fe27566c195dd7013f728d355c0d759132789357fcf8fa7391fcbe1e17edf2bd85aa5611df5a4d99740011008 encodings-1.0.5.tar.bz2"