wok-next view asciidoc/receipt @ rev 20859

Update ALSA stack (1.1.6)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 27 13:35:43 2018 +0300 (2018-06-27)
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 }