diff options
author | sibel <lesibel@free.fr> | 2010-12-29 11:12:15 +0000 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-12-29 11:12:15 +0000 |
commit | 88638154827edcfdc04ce73495071d62e34297a0 (patch) | |
tree | c1eb5c53e8de3e7159aa45f2d8535e9adfdda420 /extra | |
parent | 2a7ca3342e4b79fbe50798d4564fe19c7f9be4e6 (diff) | |
download | nutyx-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')
-rwxr-xr-x | extra/asciidoc/.footprint | 6 | ||||
-rwxr-xr-x | extra/asciidoc/Pkgfile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/extra/asciidoc/.footprint b/extra/asciidoc/.footprint index 94d6ee72f..5e71a9628 100755 --- a/extra/asciidoc/.footprint +++ b/extra/asciidoc/.footprint @@ -87,9 +87,9 @@ lrwxrwxrwx root/root usr/bin/a2x -> a2x.py lrwxrwxrwx root/root usr/bin/asciidoc -> asciidoc.py -rwxr-xr-x root/root usr/bin/asciidoc.py drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.6/ -drwxr-xr-x root/root usr/lib/python2.6/site-packages/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/asciidocapi.py +drwxr-xr-x root/root usr/lib/python2.7/ +drwxr-xr-x root/root usr/lib/python2.7/site-packages/ +-rw-r--r-- root/root usr/lib/python2.7/site-packages/asciidocapi.py drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ 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 } |