diff options
Diffstat (limited to 'test/arandr/Pkgfile')
-rw-r--r-- | test/arandr/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/arandr/Pkgfile b/test/arandr/Pkgfile new file mode 100644 index 000000000..6ae17bf2c --- /dev/null +++ b/test/arandr/Pkgfile @@ -0,0 +1,13 @@ +# 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 +} |