xorg/xorg-font-arabic-misc/Pkgfile

21 lines
480 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: xorg font font-arabic-misc
2023-02-28 19:00:50 +01:00
# URL: https//xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2019-08-25 15:41:05 +02:00
# Depends on: xorg-bdftopcf xorg-font-util xorg-mkfontscale
2006-04-07 18:48:00 +02:00
name=xorg-font-arabic-misc
2023-02-28 19:00:50 +01:00
version=1.0.4
release=1
2023-02-28 19:00:50 +01:00
source=(https://www.x.org/releases/individual/font/font-arabic-misc-$version.tar.xz)
2006-04-07 18:48:00 +02:00
build() {
cd font-arabic-misc-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/fonts/X11/misc/fonts.dir
2006-04-07 18:48:00 +02:00
}