wok diff docbook-xml-412/receipt @ rev 21439

updated minetest, minetest-common and minetest-server (0.4.15 -> 5.0.1)
author Hans-G?nter Theisgen
date Sun Apr 28 07:01:48 2019 +0100 (2019-04-28)
parents e820af06df00
children 52649f27a0da
line diff
     1.1 --- a/docbook-xml-412/receipt	Sat Mar 19 21:00:27 2011 +0000
     1.2 +++ b/docbook-xml-412/receipt	Sun Apr 28 07:01:48 2019 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.1.2)"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="libxml2-tools libxml2"
     1.8 +LICENSE="MIT"
     1.9  SOURCE="docbkx"
    1.10  TARBALL="${SOURCE}412.zip"
    1.11  WEB_SITE="http://www.oasis-open.org/docbook/"
    1.12  WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL"
    1.13  
    1.14 +DEPENDS="libxml2-tools libxml2"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 @@ -25,6 +27,6 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs
    1.23 -	cp -a $_pkg/usr $fs
    1.24 +	cp -a $install/usr $fs
    1.25  }
    1.26