wok annotate asciidoc/receipt @ rev 22190

updated xorg-gccmakedep (1.0.2 -> 1.0.3)
author Hans-G?nter Theisgen
date Mon Nov 11 09:28:38 2019 +0100 (2019-11-11)
parents 04d824c95283
children 5f6c5106b1f5
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@19275 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@15929 11 WGET_URL="$SF_MIRROR/project/asciidoc/asciidoc/$VERSION/$TARBALL"
pankso@15929 12
pankso@15929 13 DEPENDS="python"
pankso@15929 14 BUILD_DEPENDS=""
pankso@15929 15
pankso@15929 16 # Rules to configure and make the package.
pankso@15929 17 compile_rules()
pankso@15929 18 {
pankso@15929 19 ./configure \
pankso@15929 20 --sysconfdir=/etc \
pankso@15929 21 $CONFIGURE_ARGS &&
pankso@15929 22 make install
pankso@15929 23 }
pankso@15929 24
pankso@15929 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@15929 26 genpkg_rules()
pankso@15929 27 {
pankso@15929 28 mkdir -p $fs/usr
pankso@15929 29 cp -a $install/etc $fs
pankso@15929 30 cp -a $install/usr/bin $fs/usr
pankso@15929 31 }