2006-04-07 18:48:00 +02:00
|
|
|
# Description: Query configuration information of DRI drivers
|
|
|
|
# URL: http://xorg.freedesktop.org
|
2012-07-16 04:22:36 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2012-06-20 11:17:41 -05:00
|
|
|
# Depends on: mesa3d, xorg-libx11, xorg-glproto
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xdriinfo
|
2011-01-07 15:13:42 +01:00
|
|
|
version=1.0.4
|
2006-04-07 18:48:00 +02:00
|
|
|
release=1
|
|
|
|
source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xdriinfo-$version
|
|
|
|
|
2007-08-18 11:34:55 +02:00
|
|
|
./configure --prefix=/usr --mandir=/usr/man
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|