CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86bigfontproto: updated to 1.2.0
[attic/ports/xorg-cross.git] / xorg-xf86bigfontproto / Pkgfile
CommitLineData
4a722ce4
VM
1# Description: xorg proto xf86bigfontproto
2# URL: http://xorg.freedesktop.org
3# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5
6name=xorg-xf86bigfontproto
8ea64c7d
JB
7version=1.2.0
8release=1
4a722ce4
VM
9source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2)
10
11build() {
12 cd xf86bigfontproto-$version
13
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr
17
18 make
19 make DESTDIR=$PKG install
d1ec3e17
JB
20
21 # xf86bigfstr.h is obsolete and may be removed in the future
22 # copy xf86bigfstr.h to xf86bigfproto.h for consistency with other modules
23 cp $PKG/usr/include/X11/extensions/xf86bigf{str,proto}.h
4a722ce4 24}