CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
mesa3d: updated to 18.3.5
[ports/xorg-arm64.git] / xorg-mkfontdir / Pkgfile
CommitLineData
0d6fe04f
VM
1# Description: Create an index of X font files
2# URL: http://xorg.freedesktop.org
3# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6name=xorg-mkfontdir
7version=1.0.7
8release=2
9source=(http://xorg.freedesktop.org/releases/individual/app/mkfontdir-$version.tar.bz2)
10
11build() {
12 cd mkfontdir-$version
13
14 ./configure --prefix=/usr \
15 --build=aarch64-unknown-linux-gnueabi
16
17 make
18 make DESTDIR=$PKG install
19}