diff options
author | fanch <fanchyannmaria at orange dot fr> | 2010-04-09 14:58:56 +0200 |
---|---|---|
committer | fanch <fanchyannmaria at orange dot fr> | 2010-04-09 14:58:56 +0200 |
commit | 74e44568e392d32c32add77fc4afdef2d1482d33 (patch) | |
tree | f4964b8a6f92e6817121314f08c00ed992c0b41a /extra/asciidoc/Pkgfile | |
parent | 3e4686acf2b045f015b6265a3598c490a6ff3056 (diff) | |
download | nutyx-extra-74e44568e392d32c32add77fc4afdef2d1482d33.tar.gz nutyx-extra-74e44568e392d32c32add77fc4afdef2d1482d33.tar.bz2 nutyx-extra-74e44568e392d32c32add77fc4afdef2d1482d33.tar.xz nutyx-extra-74e44568e392d32c32add77fc4afdef2d1482d33.zip |
Ajout de asciidoc#8.5.3-1
Diffstat (limited to 'extra/asciidoc/Pkgfile')
-rwxr-xr-x | extra/asciidoc/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/asciidoc/Pkgfile b/extra/asciidoc/Pkgfile new file mode 100755 index 000000000..81f111223 --- /dev/null +++ b/extra/asciidoc/Pkgfile @@ -0,0 +1,17 @@ +# Description: Format de document texte pour de petits documents, articles, books et UNIX man page +# URL: http://www.methods.co.nz/asciidoc/ +# Maintainer: NuTyX core team +# Packager: fanch +# Depends on:python, libxslt, docbook-xsl + +name=asciidoc +version=8.5.3 +release=1 +source=(http://downloads.sourceforge.net/asciidoc/$name-$version.tar.gz) +build() { + cd $SRC/$name-$version + ./configure --prefix=/usr --sysconfdir=/etc + make install DESTDIR="$PKG" + install -Dm644 asciidocapi.py $PKG/usr/lib/python2.6/site-packages/asciidocapi.py +} + |