wok-next view asciidoc/receipt @ rev 20633
xine-plugin: fix 32 bit
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 27 12:07:24 2018 +0300 (2018-04-27) |
parents | f463de72afe3 |
children | f0bf21e1abf7 |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="asciidoc"
4 VERSION="8.6.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text based document generation"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.methods.co.nz/asciidoc/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/asciidoc/$TARBALL"
14 BUILD_DEPENDS="python"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install &&
20 make DESTDIR=$install docs
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python"
26 }