wok diff fop/receipt @ rev 21479
updated mpc (0.25 -> 0.31)
author | Hans-G?nter Theisgen |
---|---|
date | Wed May 01 08:32:52 2019 +0100 (2019-05-01) |
parents | a78610b2eb47 |
children | 084df65cce4c |
line diff
1.1 --- a/fop/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/fop/receipt Wed May 01 08:32:52 2019 +0100 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fop" 1.7 -VERSION="1.0" 1.8 +VERSION="2.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Open source XSL-FO implementation." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="Apache" 1.13 +WEB_SITE="https://xmlgraphics.apache.org/fop/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION-bin.tar.gz" 1.16 -WEB_SITE="https://xmlgraphics.apache.org/fop/" 1.17 -WGET_URL="http://apache.mirrors.timporter.net/xmlgraphics/fop/binaries/$TARBALL" 1.18 +WGET_URL="http://apache.org/dist/xmlgraphics/$PACKAGE/binaries/$TARBALL" 1.19 + 1.20 SUGGESTED="java-jre" 1.21 - 1.22 DEPENDS="" 1.23 BUILD_DEPENDS="" 1.24 1.25 @@ -20,4 +21,3 @@ 1.26 mkdir -p $fs/usr/share/xml/docbook/$PACKAGE-$VERSION 1.27 cp -a $src/* $fs/usr/share/xml/docbook/$PACKAGE-$VERSION 1.28 } 1.29 -