wok diff docbook-xml-42/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-10-30) |
parents | a006b17dd158 |
children | 52649f27a0da |
line diff
1.1 --- a/docbook-xml-42/receipt Sat Mar 19 21:01:05 2011 +0000 1.2 +++ b/docbook-xml-42/receipt Thu Oct 30 23:27:48 2014 +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.2)" 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,5 +27,5 @@ 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 }