wok annotate asciidoc/receipt @ rev 18070
Up ms-sys (2.5.0), wkhtmltopdf (0.12.2.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 21 15:21:04 2015 +0200 (2015-05-21) |
parents | |
children | 04d824c95283 |
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 TARBALL="$PACKAGE-${VERSION}.tar.gz" |
pankso@15929 | 10 WEB_SITE="http://www.methods.co.nz/asciidoc/" |
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 } |