wok diff whowatch/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents aaa3fcf79cf3
children 5ea0ce1cecc0
line diff
     1.1 --- a/whowatch/receipt	Wed May 01 16:45:54 2019 +0200
     1.2 +++ b/whowatch/receipt	Sun Jan 26 09:26:49 2020 +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