2008-10-06 21:00:38 +00:00
|
|
|
# Template build file for 'encodings'.
|
|
|
|
pkgname=encodings
|
2011-02-19 10:46:27 +00:00
|
|
|
version=1.0.4
|
2014-12-19 10:35:30 +00:00
|
|
|
revision=5
|
|
|
|
noarch=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-02-18 16:23:09 +00:00
|
|
|
hostmakedepends="pkg-config font-util"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="font-util"
|
2008-10-06 21:00:38 +00:00
|
|
|
short_desc="X11 Font Index Generator"
|
2013-03-31 07:38:29 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="Public domain"
|
2008-10-06 21:00:38 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-03 11:44:05 +00:00
|
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
2011-02-19 10:46:27 +00:00
|
|
|
checksum=ced6312988a45d23812c2ac708b4595f63fd7a49c4dcd9f66bdcd50d1057d539
|
2009-03-23 17:52:57 +00:00
|
|
|
|
2013-04-03 11:44:05 +00:00
|
|
|
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
|
|
|
|
}
|