wok diff docbook-xml-43/receipt @ rev 21349

ejabberd: added cacerts to BUILD_DEPENDS
author Hans-G?nter Theisgen
date Sat Apr 20 17:16:39 2019 +0100 (2019-04-20)
parents 79652a470328
children 52649f27a0da
line diff
     1.1 --- a/docbook-xml-43/receipt	Sat Mar 19 21:01:51 2011 +0000
     1.2 +++ b/docbook-xml-43/receipt	Sat Apr 20 17:16:39 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.3)"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="libxml2-tools libxml2"
     1.8 +LICENSE="MIT"
     1.9  SOURCE="docbook-xml"
    1.10  TARBALL="${SOURCE}-${VERSION}.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