summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xrandr/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:45 +0200
commit36fd292aadeee1d04a2f79ce026a7f39b728d826 (patch)
treeb364631d7face1cad83fd17aade2e63e745c9409 /xorg/xorg-xrandr/Pkgfile
parentf4309f0a24d00ec145be745edb07a502b0e487ad (diff)
downloadnutyx-pakxe-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.gz
nutyx-pakxe-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.bz2
nutyx-pakxe-36fd292aadeee1d04a2f79ce026a7f39b728d826.tar.xz
nutyx-pakxe-36fd292aadeee1d04a2f79ce026a7f39b728d826.zip
xorg-xrandr dans extra
Diffstat (limited to 'xorg/xorg-xrandr/Pkgfile')
-rw-r--r--xorg/xorg-xrandr/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg/xorg-xrandr/Pkgfile b/xorg/xorg-xrandr/Pkgfile
deleted file mode 100644
index c530ae060..000000000
--- a/xorg/xorg-xrandr/Pkgfile
+++ /dev/null
@@ -1,18 +0,0 @@
-# Description: Resize and rotate utility for X
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxrandr
-# Run on: xorg-libxrandr
-
-name=xorg-xrandr
-version=1.3.4
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/app/xrandr-$version.tar.bz2)
-
-build() {
- cd xrandr-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}