wok-current rev 22129
updated whowatch (1.8.5 -> 1.8.6)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 04 10:34:00 2019 +0100 (2019-11-04) |
parents | 31b94fb7134b |
children | 4324cabcdbaf |
files | whowatch/receipt |
line diff
1.1 --- a/whowatch/receipt Mon Nov 04 10:26:12 2019 +0100 1.2 +++ b/whowatch/receipt Mon Nov 04 10:34:00 2019 +0100 1.3 @@ -1,24 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="whowatch" 1.7 -VERSION="1.8.5" 1.8 +VERSION="1.8.6" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="Real-time user logins monitoring tool." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://github.com/mtsuszycki/whowatch/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://github.com/mtsuszycki/whowatch/" 1.17 -WGET_URL="http://wizard.ae.krakow.pl/~mike/download/$TARBALL" 1.18 +WGET_URL="${WEB_SITE}releases/download/$PACKAGE-$VERSION/$TARBALL" 1.19 1.20 -DEPENDS="ncurses libtinfo" 1.21 +DEPENDS="libtinfo ncurses" 1.22 BUILD_DEPENDS="ncurses-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries" 1.28 - ./configure --prefix=/usr 1.29 - make 1.30 + 1.31 + ./configure --prefix=/usr && 1.32 + make && 1.33 make install 1.34 } 1.35