xorg/xorg-libxxf86dga/Pkgfile

19 lines
430 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
# Depends on: xorg-libxext xorg-xorgproto
2006-04-07 18:48:00 +02:00
name=xorg-libxxf86dga
2013-05-31 13:27:24 +02:00
version=1.1.4
release=2
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
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}