diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xdriinfo/Pkgfile.old | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-xdriinfo/Pkgfile.old')
-rw-r--r-- | xorg-xdriinfo/Pkgfile.old | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xdriinfo/Pkgfile.old b/xorg-xdriinfo/Pkgfile.old new file mode 100644 index 0000000..879f920 --- /dev/null +++ b/xorg-xdriinfo/Pkgfile.old @@ -0,0 +1,18 @@ +# Description: Query configuration information of DRI drivers +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-libx11, xorg-glproto + +name=xorg-xdriinfo +version=1.0.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2) + +build() { + cd xdriinfo-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |