Added font-ibm-type1-1.0.0 template.
--HG-- extra : convert_revision : b6daaf598c45961a2e26e176a20b3cf20ae44612
This commit is contained in:
parent
329b430b2c
commit
b7cfed1996
|
@ -0,0 +1,23 @@
|
||||||
|
# Template build file for 'font-ibm-type1'.
|
||||||
|
pkgname=font-ibm-type1
|
||||||
|
version=1.0.0
|
||||||
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
||||||
|
build_style=gnu_configure
|
||||||
|
short_desc="IBM Courier Type1 fonts"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
checksum=30d091c2e3506943f8a6e152c4be973c462ba19293a864bbb48b82c6cf9c461e
|
||||||
|
long_desc="
|
||||||
|
These are the Type1 versions of the IBM Courier fonts.
|
||||||
|
|
||||||
|
This is from the modular Xorg project."
|
||||||
|
|
||||||
|
Add_dependency full font-util
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
font_dirs="/usr/lib/X11/fonts/Type1"
|
||||||
|
triggers="x11-fonts"
|
||||||
|
|
||||||
|
post_install()
|
||||||
|
{
|
||||||
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
||||||
|
}
|
Loading…
Reference in New Issue