xorg/xorg-font-misc-misc/Pkgfile
2011-01-07 16:47:49 +01:00

21 lines
499 B
Plaintext

# Description: xorg font font-misc-misc
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: xorg-font-util, xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
name=xorg-font-misc-misc
version=1.1.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-misc-$version.tar.bz2)
build() {
cd font-misc-misc-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/fonts/X11/misc/fonts.dir
}