diff options
Diffstat (limited to 'xorg-xdriinfo')
-rw-r--r-- | xorg-xdriinfo/.footprint.i686 | 7 | ||||
-rw-r--r-- | xorg-xdriinfo/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | xorg-xdriinfo/.md5sum.i686 | 1 | ||||
-rw-r--r-- | xorg-xdriinfo/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | xorg-xdriinfo/Pkgfile | 18 |
5 files changed, 34 insertions, 0 deletions
diff --git a/xorg-xdriinfo/.footprint.i686 b/xorg-xdriinfo/.footprint.i686 new file mode 100644 index 000000000..1ff69e74e --- /dev/null +++ b/xorg-xdriinfo/.footprint.i686 @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xdriinfo +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xdriinfo.1.gz diff --git a/xorg-xdriinfo/.footprint.x86_64 b/xorg-xdriinfo/.footprint.x86_64 new file mode 100644 index 000000000..1ff69e74e --- /dev/null +++ b/xorg-xdriinfo/.footprint.x86_64 @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xdriinfo +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xdriinfo.1.gz diff --git a/xorg-xdriinfo/.md5sum.i686 b/xorg-xdriinfo/.md5sum.i686 new file mode 100644 index 000000000..287117b27 --- /dev/null +++ b/xorg-xdriinfo/.md5sum.i686 @@ -0,0 +1 @@ +3d3cad4d754e10e325438193433d59fd xdriinfo-1.0.4.tar.bz2 diff --git a/xorg-xdriinfo/.md5sum.x86_64 b/xorg-xdriinfo/.md5sum.x86_64 new file mode 100644 index 000000000..287117b27 --- /dev/null +++ b/xorg-xdriinfo/.md5sum.x86_64 @@ -0,0 +1 @@ +3d3cad4d754e10e325438193433d59fd xdriinfo-1.0.4.tar.bz2 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 +} |