summaryrefslogtreecommitdiffstats
path: root/extra/arandr/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/arandr/Pkgfile')
-rw-r--r--extra/arandr/Pkgfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/extra/arandr/Pkgfile b/extra/arandr/Pkgfile
deleted file mode 100644
index b1cd772e1..000000000
--- a/extra/arandr/Pkgfile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Description: Interface graphique pour xrandr
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: Shai_- romain.gailleton at gmail dot com
-# Depends on: xorg-xrandr, python, pyGTK, docutils
-name=arandr
-version=0.1.3
-release=1
-source=(http://christian.amsuess.com/tools/$name/files/$name-$version.tar.gz)
-build() {
- cd $name-$version
- python setup.py build install --root=$PKG
-}