summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xdriinfo/Pkgfile
blob: d07ad492190a22e58e4af33772aa626b2bcaee2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Requête d'information sur la configuration des pilotres DRI
# URL: http://xorg.freedesktop.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libx11, xorg-glproto, mesa3d
# Run on:

name=xorg-xdriinfo
version=1.0.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2)

build() {
	cd xdriinfo-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install
}