wok diff wmctrl/receipt @ rev 25616
Add emu2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 26 15:51:29 2023 +0000 (14 months ago) |
parents | 2a0479881723 |
children |
line diff
1.1 --- a/wmctrl/receipt Sun Feb 13 13:09:42 2022 +0000 1.2 +++ b/wmctrl/receipt Sat Aug 26 15:51:29 2023 +0000 1.3 @@ -6,10 +6,10 @@ 1.4 SHORT_DESC="A UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager." 1.5 MAINTAINER="yuripourre@gmail.com" 1.6 LICENSE="GPL" 1.7 -WEB_SITE="http://tripie.sweb.cz/utils/wmctrl/" 1.8 +WEB_SITE="https://sites.google.com/site/tstyblo/wmctrl" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 -WGET_URL="${WEB_SITE}dist/$TARBALL" 1.12 +WGET_URL="https://7010c55d-a-62cb3a1a-s-sites.googlegroups.com/site/tstyblo/wmctrl/$TARBALL" 1.13 1.14 DEPENDS="glib" 1.15 BUILD_DEPENDS="glib-dev" 1.16 @@ -18,7 +18,7 @@ 1.17 current_version() 1.18 { 1.19 wget -O - $WEB_SITE 2>/dev/null | \ 1.20 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.21 + sed '/Current version/!d;s|.*: ||;s|<.*||' 1.22 } 1.23 1.24 # Rules to configure and make the package. 1.25 @@ -32,6 +32,7 @@ 1.26 make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr