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

Up lxqt-*(0.8.0) lximage-qt (0.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 17:59:10 2014 +0200 (2014-10-18)
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 Oct 18 17:59:10 2014 +0200
     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