wok-current diff podofo/receipt @ rev 25483
created recipe for py3k-six
author | Hans-G?nter Theisgen |
---|---|
date | Mon Oct 17 07:54:33 2022 +0100 (2022-10-17) |
parents | c903329801b8 |
children | 69e1e705f038 |
line diff
1.1 --- a/podofo/receipt Mon Jan 03 10:32:43 2022 +0100 1.2 +++ b/podofo/receipt Mon Oct 17 07:54:33 2022 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="PDF library." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="https://sourceforge.net/projects/podofo/" 1.8 +WEB_SITE="https://sourceforge.net/projects/podofo" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 @@ -16,6 +16,7 @@ 1.13 BUILD_DEPENDS="cmake fontconfig-dev freetype-dev jpeg-dev \ 1.14 libcrypto-dev libpng-dev tiff-dev zlib-dev" 1.15 1.16 +# What is the latest version available today? 1.17 current_version() 1.18 { 1.19 wget -O - https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE 2>/dev/null | \