summaryrefslogtreecommitdiffstats
path: root/extra/asciidoc/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 11:12:15 +0000
committersibel <lesibel@free.fr>2010-12-29 11:12:15 +0000
commit88638154827edcfdc04ce73495071d62e34297a0 (patch)
treec1eb5c53e8de3e7159aa45f2d8535e9adfdda420 /extra/asciidoc/Pkgfile
parent2a7ca3342e4b79fbe50798d4564fe19c7f9be4e6 (diff)
downloadnutyx-extra-88638154827edcfdc04ce73495071d62e34297a0.tar.gz
nutyx-extra-88638154827edcfdc04ce73495071d62e34297a0.tar.bz2
nutyx-extra-88638154827edcfdc04ce73495071d62e34297a0.tar.xz
nutyx-extra-88638154827edcfdc04ce73495071d62e34297a0.zip
asciidoc#8.5.3-1, maj python
Diffstat (limited to 'extra/asciidoc/Pkgfile')
-rwxr-xr-xextra/asciidoc/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/asciidoc/Pkgfile b/extra/asciidoc/Pkgfile
index 52a947057..0e0ed905e 100755
--- a/extra/asciidoc/Pkgfile
+++ b/extra/asciidoc/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://www.methods.co.nz/asciidoc/
# Maintainer: NuTyX core team
# Packager: fanch
-# Depends on:python, libxslt, docbook-xsl
+# Depends on:
name=asciidoc
version=8.5.3
@@ -10,9 +10,9 @@ release=1
source=(http://downloads.sourceforge.net/asciidoc/$name-$version.tar.gz)
build() {
cd $SRC/$name-$version
- ./configure --prefix=/usr --sysconfdir=/etc
+ PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc
make install DESTDIR="$PKG"
- install -Dm644 asciidocapi.py $PKG/usr/lib/python2.6/site-packages/asciidocapi.py
+ install -Dm644 asciidocapi.py $PKG/usr/lib/python2.7/site-packages/asciidocapi.py
}