diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:19:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 23:19:54 +0100 |
commit | 68eed421649887e53bb2a18814c6506d6becd500 (patch) | |
tree | 9e8efc1ef90cfb6f55e04655a34a712d1b22804c /extra/moovida/Pkgfile | |
parent | f10beb33178aa5a79d0a9fe190b32392207f8e88 (diff) | |
download | nutyx-extra-68eed421649887e53bb2a18814c6506d6becd500.tar.gz nutyx-extra-68eed421649887e53bb2a18814c6506d6becd500.tar.bz2 nutyx-extra-68eed421649887e53bb2a18814c6506d6becd500.tar.xz nutyx-extra-68eed421649887e53bb2a18814c6506d6becd500.zip |
moovida dans test
Diffstat (limited to 'extra/moovida/Pkgfile')
-rw-r--r-- | extra/moovida/Pkgfile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/moovida/Pkgfile b/extra/moovida/Pkgfile deleted file mode 100644 index 68933f572..000000000 --- a/extra/moovida/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: solution media center - Multimedia -# URL:http://www.moovida.com -# Maintainer: NuTyX core team -# Packager: fanch -# Depends on: twisted_web2, pygtk, python-pigment, gst-python, python-cssutils-legacy, pil, pyopenssl, setuptools, zope-interface -name=moovida -version=1.0.8 -release=1 -source=(http://www.moovida.com/media/public/moovida-1.0.8.tar.gz \ - http://www.moovida.com/media/public/moovida-plugins-good-1.0.8.tar.gz \ - http://www.moovida.com/media/public/moovida-plugins-bad-1.0.8.tar.gz \ - http://www.moovida.com/media/public/moovida-plugins-ugly-1.0.8.tar.gz) -build() { -for i in elisa-1.0.8 elisa-plugins-good-1.0.8 elisa-plugins-bad-1.0.8 elisa-plugins-ugly-1.0.8 - do cd $i - python setup.py build install --root=$PKG - cd - - done -} - - |