wok-next view asciidoc/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents d5aab818505e
children 82b613cfd1e0
line source
1 # SliTaz package receipt v2.
3 PACKAGE="asciidoc"
4 VERSION="8.6.10"
5 CATEGORY="system-tools"
6 SHORT_DESC="Text based document generation"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://asciidoc.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/general/asciidoc.html"
11 HOST_ARCH="any"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="https://github.com/asciidoc/asciidoc/archive/$VERSION.tar.gz"
16 BUILD_DEPENDS="automake python libxml2-tools docbook-xml docbook-xsl"
17 DEPENDS_std="python"
19 compile_rules() {
20 autoconf &&
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install &&
24 make DESTDIR=$install docs || return 1
26 # remove broken symlink
27 rm $install/usr/share/doc/asciidoc-8.6.10/examples/website/asciidoc-graphviz-sample.txt
28 }