summaryrefslogtreecommitdiffstats
path: root/xorg-xdriinfo/Pkgfile
blob: 7b9fd6886cd85fdf87fc51adea4d8bd0f8bd0886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="Query configuration information of DRI drivers"
packager=""
maintainer="Tilman Sauerbeck, tilman at crux dot nu"
url="http://xorg.freedesktop.org"
depends=(xorg-libx11 xorg-glproto)

name=xorg-xdriinfo
version=1.0.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-1.0.3.tar.bz2)
build () 
{ 
    cd xdriinfo-$version;
    ./configure --prefix=/usr --mandir=$mandir;
    make;
    make DESTDIR=$PKG install
}