22 lines
654 B
Text
22 lines
654 B
Text
# Template build file for 'encodings'.
|
|
pkgname=encodings
|
|
version=1.0.4
|
|
revision=5
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config font-util"
|
|
depends="font-util"
|
|
short_desc="X11 Font Index Generator"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="Public domain"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539
|
|
|
|
pre_build() {
|
|
sed -e 's|^\(encodings_DATA = $(DATA_FILES)\).*|\1|' -i Makefile
|
|
}
|
|
post_install() {
|
|
# encodings.dir are generated at pkg post-install time.
|
|
find ${DESTDIR} -name encodings.dir -delete
|
|
}
|