summaryrefslogtreecommitdiffstats
path: root/xorg-xrandr/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xrandr/Pkgfile')
-rw-r--r--xorg-xrandr/Pkgfile18
1 files changed, 0 insertions, 18 deletions
diff --git a/xorg-xrandr/Pkgfile b/xorg-xrandr/Pkgfile
deleted file mode 100644
index 587d068a2..000000000
--- a/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.5
-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
-}