wok-current diff cdrkit/receipt @ rev 24906
updated minidlna (1.2.1 -> 1.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 14:37:52 2022 +0100 (2022-04-09) |
parents | b553f83f6fb9 |
children | e1e1678c5265 |
line diff
1.1 --- a/cdrkit/receipt Tue Jan 19 09:09:36 2021 +0000 1.2 +++ b/cdrkit/receipt Sat Apr 09 14:37:52 2022 +0100 1.3 @@ -7,13 +7,18 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://www.cdrkit.org/" 1.8 +WEB_SITE="https://web.archive.org/web/20140714024716/http://www.cdrkit.org/" 1.9 WGET_URL="http://cdrkit.org/releases/$TARBALL" 1.10 EXTRA_SOURCE_FILES="cdrkit-1.1.9-efi-boot.patch" 1.11 - 1.12 DEPENDS="libcap zlib bzlib attr" 1.13 BUILD_DEPENDS="cmake libcap-dev zlib-dev bzip2-dev attr-dev" 1.14 1.15 +current_version() 1.16 +{ 1.17 + wget -O - $WEB_SITE 2>/dev/null | \ 1.18 + sed '/released/!d;s|Cdrkit ||;s| has.*||;q' 1.19 +} 1.20 + 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 {