wok-next rev 21451

updated snownews (1.5.12 -> 1.6.10)
author Hans-G?nter Theisgen
date Thu May 07 13:19:49 2020 +0100 (2020-05-07)
parents 1b9d4ec8d5e0
children 19d587b23dbe
files snownews/receipt
line diff
     1.1 --- a/snownews/receipt	Thu May 07 13:12:02 2020 +0100
     1.2 +++ b/snownews/receipt	Thu May 07 13:19:49 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="snownews"
     1.7 -VERSION="1.5.12"
     1.8 +VERSION="1.6.10"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Text mode RSS newsreader"
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -10,20 +10,25 @@
    1.13  
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WGET_URL="https://kiza.kcore.de/software/snownews/download/$TARBALL" # FIXME
    1.16 +WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz
    1.17  
    1.18 -BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext-dev perl \
    1.19 -openssl-dev acl libcroco wget"
    1.20 +BUILD_DEPENDS="acl gettext-dev libcroco libxml2-dev ncurses-dev openssl-dev 
    1.21 +	perl wget zlib-dev"
    1.22  
    1.23 -compile_rules() {
    1.24 -	./configure \
    1.25 +compile_rules()
    1.26 +{
    1.27 +	./configure			\
    1.28  		--prefix=/usr &&
    1.29  	make &&
    1.30  	make DESTDIR=$install install
    1.31  }
    1.32  
    1.33 -genpkg_rules() {
    1.34 +genpkg_rules()
    1.35 +{
    1.36  	mkdir -p $fs/usr/share
    1.37 -	cp -a $install/usr/bin $fs/usr
    1.38 -	cp -a $install/usr/share/locale $fs/usr/share
    1.39 -	DEPENDS="libxml2 ncurses zlib openssl"
    1.40 +
    1.41 +	cp -a $install/usr/bin			$fs/usr
    1.42 +	cp -a $install/usr/share/locale	$fs/usr/share
    1.43 +
    1.44 +	DEPENDS="libxml2 ncurses openssl zlib"
    1.45  }