diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-15 12:13:18 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-15 12:13:18 +0200 |
commit | df7d0ddb913d3bd4577f0ea1e1525b3656ff83c2 (patch) | |
tree | 0d3d0517cbf1066f0d9e7c81fc72f1d8df266bb7 /extra/arandr/Pkgfile | |
parent | a130d8699bbfe96debd990cd3e26cbb82e9d0197 (diff) | |
download | nutyx-pakxe-df7d0ddb913d3bd4577f0ea1e1525b3656ff83c2.tar.gz nutyx-pakxe-df7d0ddb913d3bd4577f0ea1e1525b3656ff83c2.tar.bz2 nutyx-pakxe-df7d0ddb913d3bd4577f0ea1e1525b3656ff83c2.tar.xz nutyx-pakxe-df7d0ddb913d3bd4577f0ea1e1525b3656ff83c2.zip |
arandr dans test
Diffstat (limited to 'extra/arandr/Pkgfile')
-rw-r--r-- | extra/arandr/Pkgfile | 13 |
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 -} |