wok-current diff docbook-xml-43/receipt @ rev 17090
tramys-client: make virtual package tramys-data (you can: tazpkg info tramys-data, tazpkg list-files tramys-data, or tazpkg remove tramys-data); better locale change.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Aug 27 22:27:18 2014 +0300 (2014-08-27) |
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 Wed Aug 27 22:27:18 2014 +0300 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