wok diff docbook-xml/receipt @ rev 15600

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 15:25:09 2013 +0000 (2013-12-05)
parents 74d11c359b51
children 9e01bc6321ea
line diff
     1.1 --- a/docbook-xml/receipt	Sat Mar 19 21:06:33 2011 +0000
     1.2 +++ b/docbook-xml/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.3 @@ -5,11 +5,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A widely used XML scheme for writing documentation and help. (version 4.5)"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="libxml2-tools libxml2 docbook-xml-412 docbook-xml-42 docbook-xml-43 docbook-xml-44"
     1.8 +LICENSE="MIT"
     1.9  TARBALL="${PACKAGE}-${VERSION}.zip"
    1.10  WEB_SITE="http://www.oasis-open.org/docbook/"
    1.11  WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL"
    1.12  
    1.13 +DEPENDS="libxml2-tools libxml2 docbook-xml-412 docbook-xml-42 docbook-xml-43 docbook-xml-44"
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 @@ -24,7 +26,7 @@
    1.19  genpkg_rules()
    1.20  {
    1.21  	mkdir -p $fs
    1.22 -	cp -a $_pkg/usr $fs
    1.23 +	cp -a $install/usr $fs
    1.24  }
    1.25  
    1.26  post_install()