summaryrefslogtreecommitdiffstats
path: root/asciidoc/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-06 00:27:58 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-06 00:27:58 +0200
commit6cf90017b12b910aa38b242560bcff981fcdcdcf (patch)
tree091de558e0ebec79859abf55b8e33c9ba7301867 /asciidoc/Pkgfile
parent376729a5fab2c5e7d64ef18f7511b6ad58e8542b (diff)
downloadnutyx-extra-6cf90017b12b910aa38b242560bcff981fcdcdcf.tar.gz
nutyx-extra-6cf90017b12b910aa38b242560bcff981fcdcdcf.tar.bz2
nutyx-extra-6cf90017b12b910aa38b242560bcff981fcdcdcf.tar.xz
nutyx-extra-6cf90017b12b910aa38b242560bcff981fcdcdcf.zip
asciidoc 8.6.8-1 màj port
Diffstat (limited to 'asciidoc/Pkgfile')
-rwxr-xr-xasciidoc/Pkgfile16
1 files changed, 8 insertions, 8 deletions
diff --git a/asciidoc/Pkgfile b/asciidoc/Pkgfile
index fe298011f..c28fe96fa 100755
--- a/asciidoc/Pkgfile
+++ b/asciidoc/Pkgfile
@@ -2,18 +2,18 @@
# URL: http://www.methods.co.nz/asciidoc/
# Maintainer: NuTyX core team
# Packager: fanch
-# Depends on:
+# Depends on: libxslt, docbook-xsl
# Run on: libxslt,docbook-xsl
name=asciidoc
-version=8.5.3
+version=8.6.8
release=1
source=(http://downloads.sourceforge.net/asciidoc/$name-$version.tar.gz)
+
build() {
- cd $SRC/$name-$version
- PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc
- make install DESTDIR="$PKG"
- install -Dm644 asciidocapi.py $PKG/usr/lib/python2.7/site-packages/asciidocapi.py
+ cd $name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make install DESTDIR=$PKG
+ install -Dm644 asciidocapi.py $PKG/usr/lib/python2.7/site-packages/asciidocapi.py
}
-
-