xorg/xorg-xdriinfo/Pkgfile

19 lines
390 B
Plaintext
Raw Normal View History

2006-04-07 18:48:00 +02:00
# Description: Query configuration information of DRI drivers
# URL: http://xorg.freedesktop.org
2012-07-15 20:22:36 +02:00
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# 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
source=(https://www.x.org/releases/individual/app/xdriinfo-$version.tar.bz2)
2006-04-07 18:48:00 +02:00
build() {
cd xdriinfo-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}