diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-07-15 12:14:12 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-07-15 12:14:12 +0200 |
commit | 94c1590f79f8fa49e694702bab2494eb17dc0a6f (patch) | |
tree | 013c96ad6094ce11c905f1c4cbb7e4cbaae1d55d /test/docutils/Pkgfile | |
parent | 07660e91f4b362e24aaac910ca74a8a9bdd37bbf (diff) | |
download | nutyx-extra-94c1590f79f8fa49e694702bab2494eb17dc0a6f.tar.gz nutyx-extra-94c1590f79f8fa49e694702bab2494eb17dc0a6f.tar.bz2 nutyx-extra-94c1590f79f8fa49e694702bab2494eb17dc0a6f.tar.xz nutyx-extra-94c1590f79f8fa49e694702bab2494eb17dc0a6f.zip |
docutils dans test
Diffstat (limited to 'test/docutils/Pkgfile')
-rw-r--r-- | test/docutils/Pkgfile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/docutils/Pkgfile b/test/docutils/Pkgfile new file mode 100644 index 000000000..ca1ab28f3 --- /dev/null +++ b/test/docutils/Pkgfile @@ -0,0 +1,16 @@ +# Description: Outils pour le procédé de documentation en format html, xml ou latex +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: Shai_- romain.gailleton at gmail dot com +# Depends on: python +name=docutils +version=0.6 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) +build() { + cd $name-$version + python setup.py build install --root=$PKG + for i in $PKG/usr/bin/*.py + do $i $PKG/usr/bin/$(basename $i .py) + done +} |