wok-next diff docbook-xml-412/receipt @ rev 19918

Fix xombrero
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 14 14:20:25 2017 +0300 (2017-10-14)
parents eb8067417980
children 0e7893ac206d
line diff
     1.1 --- a/docbook-xml-412/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/docbook-xml-412/receipt	Sat Oct 14 14:20:25 2017 +0300
     1.3 @@ -6,9 +6,9 @@
     1.4  SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.1.2)"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  LICENSE="MIT"
     1.7 -SOURCE="docbkx"
     1.8 -TARBALL="${SOURCE}412.zip"
     1.9  WEB_SITE="http://www.oasis-open.org/docbook/"
    1.10 +
    1.11 +TARBALL="docbkx412.zip"
    1.12  WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL"
    1.13  
    1.14  DEPENDS="libxml2-tools libxml2"
    1.15 @@ -16,11 +16,9 @@
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20  	mkdir -p $DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
    1.21  	cp -dRf docbook.cat *.dtd ent/ *.mod \
    1.22  		$DESTDIR/usr/share/xml/docbook/xml-dtd-${VERSION}
    1.23 -
    1.24  }
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 @@ -29,4 +27,3 @@
    1.28  	mkdir -p $fs
    1.29  	cp -a $install/usr $fs
    1.30  }
    1.31 -