2006-04-07 18:48:00 +02:00
|
|
|
# Description: xorg font font-micro-misc
|
2024-03-28 12:23:41 -05:00
|
|
|
# URL: https://xorg.freedesktop.org
|
2012-07-14 10:52:24 +02:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2019-08-25 23:41:05 +10:00
|
|
|
# Depends on: xorg-bdftopcf xorg-font-util xorg-mkfontscale
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-font-micro-misc
|
2023-02-28 18:53:52 +01:00
|
|
|
version=1.0.4
|
2010-06-26 18:00:31 +02:00
|
|
|
release=1
|
2023-02-28 18:53:52 +01:00
|
|
|
source=(https://www.x.org/releases/individual/font/font-micro-misc-$version.tar.xz)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd font-micro-misc-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2010-06-26 18:00:31 +02:00
|
|
|
rm $PKG/usr/share/fonts/X11/misc/fonts.dir
|
2006-04-07 18:48:00 +02:00
|
|
|
}
|