diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:44 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:44 +0200 |
commit | a64185c9a92e0971821c4047c849f1d96334b600 (patch) | |
tree | cacca6ade901367c54c79b80d365cba1f9a22e3c /xorg/xorg-xdriinfo/Pkgfile | |
parent | e20b748798df4eeda7cb4ea4fd85883e52ce4a9a (diff) | |
download | nutyx-extra-a64185c9a92e0971821c4047c849f1d96334b600.tar.gz nutyx-extra-a64185c9a92e0971821c4047c849f1d96334b600.tar.bz2 nutyx-extra-a64185c9a92e0971821c4047c849f1d96334b600.tar.xz nutyx-extra-a64185c9a92e0971821c4047c849f1d96334b600.zip |
xorg-xdriinfo dans extra
Diffstat (limited to 'xorg/xorg-xdriinfo/Pkgfile')
-rw-r--r-- | xorg/xorg-xdriinfo/Pkgfile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xdriinfo/Pkgfile b/xorg/xorg-xdriinfo/Pkgfile deleted file mode 100644 index 0df5da9b3..000000000 --- a/xorg/xorg-xdriinfo/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -} |