xorg/xorg-xdriinfo/Pkgfile

19 lines
429 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: mesa3d, xorg-libx11, xorg-glproto
2006-04-07 18:48:00 +02:00
name=xorg-xdriinfo
2015-04-17 12:48:16 +02:00
version=1.0.5
release=2
2006-04-07 18:48:00 +02:00
source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2)
build() {
cd xdriinfo-$version
./configure --prefix=/usr
2006-04-07 18:48:00 +02:00
make
make DESTDIR=$PKG install
}