xorg/xorg-font-cursor-misc/Pkgfile
2019-04-14 20:34:34 +10:00

21 lines
467 B
Plaintext

# Description: xorg font font-cursor-misc
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-mkfontscale, xorg-bdftopcf
name=xorg-font-cursor-misc
version=1.0.3
release=1
source=(https://www.x.org/releases/individual/font/font-cursor-misc-$version.tar.bz2)
build() {
cd font-cursor-misc-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm $PKG/usr/share/fonts/X11/misc/fonts.dir
}