wok-next diff docbook-utils/receipt @ rev 19906

libglu-mesa, libglw-mesa : update bdeps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 12 20:12:35 2017 +0200 (2017-10-12)
parents
children 0e7893ac206d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docbook-utils/receipt	Thu Oct 12 20:12:35 2017 +0200
     1.3 @@ -0,0 +1,38 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="docbook-utils"
     1.7 +VERSION="0.6.14"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Shell scripts to manage DocBook documents"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://www.sourceware.org/docbook-tools/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://www.sourceware.org/pub/docbook-tools/new-trials/SOURCES/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="openjade docbook-dsssl docbook-sgml3"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	sed -i 's:/html::' doc/HTML/Makefile.in
    1.23 +
    1.24 +	./configure \
    1.25 +		--mandir=/usr/share/man \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make docdir=/usr/share/doc install &&
    1.29 +
    1.30 +	for i in html ps dvi man pdf rtf tex texi txt; do
    1.31 +		ln -svf docbook2$i $install/usr/bin/db2$i
    1.32 +		ln -svf docbook2$i $install/usr/bin/docbook-to-$i
    1.33 +	done
    1.34 +}
    1.35 +
    1.36 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.37 +genpkg_rules()
    1.38 +{
    1.39 +	copy @std
    1.40 +	DEPENDS="perl openjade docbook-dsssl docbook-sgml docbook-sgml3 perl-sgmlspm"
    1.41 +}