font-bitstream-type1:

- update to font-bitstream-type1-1.0.1
- various cleanups
This commit is contained in:
Stephan Raue 2009-10-11 14:01:23 +02:00
parent 1b2c09b9ed
commit 0a694dc002
2 changed files with 5 additions and 6 deletions

View File

@ -10,14 +10,13 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--with-fontdir=$XORG_PATH_FONTS
$MAKE
mkdir -p fonts
cp *.afm fonts
cp *.pfb fonts
cp *.afm fonts
cp *.pfb fonts
cd fonts
mkfontdir
mkfontdir

View File

@ -1 +1 @@
http://xorg.freedesktop.org/archive/individual/font/font-bitstream-type1-1.0.0.tar.bz2
http://xorg.freedesktop.org/archive/individual/font/font-bitstream-type1-1.0.1.tar.bz2