CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libdrm: updated to 2.4.110
[ports/xorg-arm64.git] / xorg-font-misc-misc / Pkgfile
1 # Description: xorg font font-misc-misc
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 # Depends on: xorg-font-util, xorg-bdftopcf, xorg-mkfontdir, xorg-mkfontscale
6
7 name=xorg-font-misc-misc
8 version=1.1.2
9 release=1
10 source=(http://xorg.freedesktop.org/releases/individual/font/font-misc-misc-$version.tar.bz2)
11
12 build() {
13 cd font-misc-misc-$version
14
15 ./configure --prefix=/usr \
16 --build=aarch64-unknown-linux-gnueabi
17
18 make
19 make DESTDIR=$PKG install
20
21 rm $PKG/usr/share/fonts/X11/misc/fonts.dir
22 }