wok rev 8479
Fixed docbook-xml for tazwok-experimental.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 07 20:27:52 2011 +0000 (2011-02-07) |
parents | a5853667a4a4 |
children | 960c9aaca105 |
files | docbook-xml/receipt |
line diff
1.1 --- a/docbook-xml/receipt Mon Feb 07 20:11:28 2011 +0000 1.2 +++ b/docbook-xml/receipt Mon Feb 07 20:27:52 2011 +0000 1.3 @@ -10,19 +10,11 @@ 1.4 SOURCE="docbook" 1.5 TARBALL="$PACKAGE-$VERSION.zip" 1.6 WEB_SITE="http://www.docbook.org/" 1.7 -WGET="http://www.docbook.org/xml/$VERSION/$TARBALL" 1.8 +WGET_URL="http://www.docbook.org/xml/$VERSION/$TARBALL" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules() 1.12 { 1.13 - if [ -f $SOURCES_REPOSITORY/$TARBALL ]; then 1.14 - mkdir -p $src && unzip $SOURCES_REPOSITORY/$TARBALL -d $src 1.15 - else 1.16 - wget -O $SOURCES_REPOSITORY/$TARBALL $WGET 1.17 - mkdir -p $src && unzip $SOURCES_REPOSITORY/$TARBALL -d $src 1.18 - fi 1.19 - 1.20 - #cd $src 1.21 install -v -d -m755 $fs/usr/share/xml/docbook/xml-dtd-$VERSION && 1.22 install -v -d -m755 $fs/etc/xml && 1.23 chown -R root:root . &&