diff options
author | PRomain GAILLETON <root@nutyx.(none)> | 2010-05-30 06:18:44 +0200 |
---|---|---|
committer | PRomain GAILLETON <root@nutyx.(none)> | 2010-05-30 06:18:44 +0200 |
commit | 4e87e0e05326b4a1de72da67fad56f39e6eab992 (patch) | |
tree | 0b3665939d90cf8552c49f8918561a6101e1a3e5 /extra/arandr/Pkgfile | |
parent | 1b5ca2f66e056b9fc67e864a526175d8b091e7a7 (diff) | |
download | nutyx-extra-4e87e0e05326b4a1de72da67fad56f39e6eab992.tar.gz nutyx-extra-4e87e0e05326b4a1de72da67fad56f39e6eab992.tar.bz2 nutyx-extra-4e87e0e05326b4a1de72da67fad56f39e6eab992.tar.xz nutyx-extra-4e87e0e05326b4a1de72da67fad56f39e6eab992.zip |
Ajout de arandr#0.1.3
Diffstat (limited to 'extra/arandr/Pkgfile')
-rw-r--r-- | extra/arandr/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/arandr/Pkgfile b/extra/arandr/Pkgfile new file mode 100644 index 000000000..b1cd772e1 --- /dev/null +++ b/extra/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 +} |