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
|
2020-07-22 18:03:49 -05:00
|
|
|
# Depends on: mesa
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
name=xorg-xdriinfo
|
2018-03-07 13:30:40 +01:00
|
|
|
version=1.0.6
|
|
|
|
release=1
|
2019-04-14 20:34:34 +10:00
|
|
|
source=(https://www.x.org/releases/individual/app/xdriinfo-$version.tar.bz2)
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xdriinfo-$version
|
|
|
|
|
2015-08-12 11:06:49 -05:00
|
|
|
./configure --prefix=/usr
|
2006-04-07 18:48:00 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|