diff options
author | sibel <lesibel at free dot fr> | 2010-07-15 14:08:38 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-15 14:08:38 +0200 |
commit | c29e4346f549783de7afbdffba54fe3f88f34eae (patch) | |
tree | cfd9b5ad0b8e716b5dee37cad8e5c38a22006416 /test/docutils/Pkgfile | |
parent | e87cc748fd0ecb2d2e62921467b4290717dd6259 (diff) | |
parent | 3aeb4aa74b35819d9e4d52e74cf72f4875829941 (diff) | |
download | nutyx-extra-c29e4346f549783de7afbdffba54fe3f88f34eae.tar.gz nutyx-extra-c29e4346f549783de7afbdffba54fe3f88f34eae.tar.bz2 nutyx-extra-c29e4346f549783de7afbdffba54fe3f88f34eae.tar.xz nutyx-extra-c29e4346f549783de7afbdffba54fe3f88f34eae.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
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 +} |