CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxxf86dga: initial import (verified compilation)
[attic/ports/xorg-cross.git] / xorg-renderproto / Pkgfile
CommitLineData
617d92f2
JB
1# Description: xorg proto renderproto
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 dyndns dot org
5
6name=xorg-renderproto
7version=0.11
8release=1
9source=(http://xorg.freedesktop.org/releases/individual/proto/renderproto-$version.tar.bz2)
10
11build() {
12 cd renderproto-$version
13
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr
17
18 make
19 make DESTDIR=$PKG install
20
21 rm -rf $PKG/usr/share
22}