CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
85ce80281e62e3a5f7038562e7921b469f11bab5
[ports/xorg-arm64.git] / xorg-xf86dgaproto / Pkgfile
1 # Description: xorg proto xf86dgaproto
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
6 name=xorg-xf86dgaproto
7 version=2.1
8 release=1
9 source=(http://xorg.freedesktop.org/releases/individual/proto/xf86dgaproto-$version.tar.bz2)
10
11 build() {
12 cd xf86dgaproto-$version
13
14 ./configure --prefix=/usr \
15 --build=aarch64-unknown-linux-gnueabi
16
17 make
18 make DESTDIR=$PKG install
19 }