diff options
Diffstat (limited to 'xorg-xdriinfo/Pkgfile')
-rw-r--r-- | xorg-xdriinfo/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/xorg-xdriinfo/Pkgfile b/xorg-xdriinfo/Pkgfile new file mode 100644 index 000000000..0df5da9b3 --- /dev/null +++ b/xorg-xdriinfo/Pkgfile @@ -0,0 +1,18 @@ +# 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: xorg-libx11,xorg-glproto,mesa3d + +name=xorg-xdriinfo +version=1.0.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/app/xdriinfo-$version.tar.bz2) + +build() { + cd xdriinfo-$version + ./configure $XORG_CONFIG + make + make DESTDIR=$PKG install +} |