wok-next view asciidoc/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 757d032c55c7
children d2950281f122
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/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/asciidoc.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="$SF_MIRROR/asciidoc/$TARBALL"
15 BUILD_DEPENDS="python"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 make &&
20 make install &&
21 make DESTDIR=$install docs
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="python"
27 }