wok-next annotate asciidoc/receipt @ rev 20199

Up firmware (fix some multiline or empty descriptions), gettext, gtk-theme-blackbird, libmpd, libmpdclient, openbox & openbox-max (keep default Clearlooks theme), xfce4-icon-theme, xfce4-taskmanager, xfmpc. terminal -> xfce4-terminal, xfce4-ristretto -> ristretto (weird, but we agreed to call packages according to sources tarballs).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 03 16:28:49 2017 +0200 (2017-11-03)
parents c5336999f370
children 757d032c55c7
rev   line source
pankso@15929 1 # SliTaz package receipt.
pankso@15929 2
pankso@15929 3 PACKAGE="asciidoc"
pankso@15929 4 VERSION="8.6.9"
pankso@15929 5 CATEGORY="system-tools"
pankso@15929 6 SHORT_DESC="Text based document generation"
pankso@15929 7 MAINTAINER="pankso@slitaz.org"
pankso@15929 8 LICENSE="GPL2"
pankso@15929 9 WEB_SITE="http://www.methods.co.nz/asciidoc/"
al@19653 10
al@19275 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19653 12 WGET_URL="$SF_MIRROR/asciidoc/$TARBALL"
pankso@15929 13
pankso@15929 14 DEPENDS="python"
al@19653 15 BUILD_DEPENDS="python"
pankso@15929 16
pankso@15929 17 # Rules to configure and make the package.
pankso@15929 18 compile_rules()
pankso@15929 19 {
pankso@15929 20 ./configure \
pankso@15929 21 --sysconfdir=/etc \
al@19653 22 --docdir=/usr/share/doc/asciidoc-$VERSION \
pankso@15929 23 $CONFIGURE_ARGS &&
al@19653 24 make &&
al@19653 25 make install &&
al@19653 26 make DESTDIR=$install docs
pankso@15929 27 }
pankso@15929 28
pankso@15929 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@15929 30 genpkg_rules()
pankso@15929 31 {
al@19783 32 copy etc/ bin/
pankso@15929 33 }