wok diff splix/receipt @ rev 24330
updated atftp and atftpd (0.7.2 -> 0.7.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 27 15:48:06 2022 +0100 (2022-01-27) |
parents | 3d805214d753 |
children | 65ff25c4de90 |
line diff
1.1 --- a/splix/receipt Sat Nov 30 11:34:10 2013 +0000 1.2 +++ b/splix/receipt Thu Jan 27 15:48:06 2022 +0100 1.3 @@ -14,8 +14,14 @@ 1.4 DEPENDS="cups gcc gcc-lib-base" 1.5 BUILD_DEPENDS="cups cups-dev jbigkit" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://sourceforge.net/projects/$PACKAGE/files/$PACKAGE 2>/dev/null | \ 1.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.11 + sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|;q" 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 - 1.16 compile_rules() { 1.17 cd $src 1.18 sed -i 's/Value::Value &val/Value \&val/' src/ppdfile.cpp