diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-12 20:56:27 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-12 20:56:27 +0100 |
commit | 5a7663606c9cd53851116eb0c829ac94987b2a45 (patch) | |
tree | a2ffb4779cc7d1e5f62333b3a1e68e033a661c0a /xorg/xorg-xdpyinfo/Pkgfile | |
parent | 9e1f6adb8561571cd651a2c7d3bdc56fc30b6c85 (diff) | |
download | nutyx-pakxe-5a7663606c9cd53851116eb0c829ac94987b2a45.tar.gz nutyx-pakxe-5a7663606c9cd53851116eb0c829ac94987b2a45.tar.bz2 nutyx-pakxe-5a7663606c9cd53851116eb0c829ac94987b2a45.tar.xz nutyx-pakxe-5a7663606c9cd53851116eb0c829ac94987b2a45.zip |
xorg-xdpyinfo, maj 1.2.0-1
Diffstat (limited to 'xorg/xorg-xdpyinfo/Pkgfile')
-rw-r--r-- | xorg/xorg-xdpyinfo/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg/xorg-xdpyinfo/Pkgfile b/xorg/xorg-xdpyinfo/Pkgfile index ea203ea72..02e1e7e47 100644 --- a/xorg/xorg-xdpyinfo/Pkgfile +++ b/xorg/xorg-xdpyinfo/Pkgfile @@ -6,15 +6,13 @@ # Run on: xorg-libx11,xorg-libxext,xorg-libxtst,xorg-libxxf86vm,xorg-libxxf86dga,xorg-libxxf86misc,xorg-libxi,xorg-libxrender,xorg-libxinerama,xorg-libdmx name=xorg-xdpyinfo -version=1.0.3 +version=1.2.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xdpyinfo-$version.tar.bz2) build() { cd xdpyinfo-$version - - ./configure --prefix=/usr - + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |