xorg/xorg-libxxf86dga/Pkgfile

19 lines
478 B
Plaintext
Raw Normal View History

2013-05-31 13:27:24 +02:00
# Description: X11 Direct Graphics Access extension library
2006-04-07 18:48:00 +02:00
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2006-04-07 18:48:00 +02:00
# Depends on: xorg-xproto, xorg-libx11, xorg-libxext, xorg-xf86dgaproto
name=xorg-libxxf86dga
2013-05-31 13:27:24 +02:00
version=1.1.4
2006-04-07 18:48:00 +02:00
release=1
2006-04-12 23:31:18 +02:00
source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd libXxf86dga-$version
2007-09-06 17:23:46 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}