wok-next diff snownews/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | e6615350078d |
children | d457c4e37c1b |
line diff
1.1 --- a/snownews/receipt Wed Feb 28 16:28:07 2018 +0200 1.2 +++ b/snownews/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -3,28 +3,27 @@ 1.4 PACKAGE="snownews" 1.5 VERSION="1.5.12" 1.6 CATEGORY="network" 1.7 -SHORT_DESC="Text mode RSS newsreader." 1.8 +SHORT_DESC="Text mode RSS newsreader" 1.9 MAINTAINER="paul@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="http://kiza.kcore.de/software/snownews/index.en" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://kiza.kcore.de/software/snownews/index.en" 1.15 WGET_URL="https://kiza.kcore.de/software/snownews/download/$TARBALL" 1.16 1.17 -DEPENDS="libxml2 ncurses zlib openssl" 1.18 -BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl \ 1.19 +BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext-dev perl \ 1.20 openssl-dev acl libcroco wget" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 - ./configure --prefix=/usr && 1.26 - make && make DESTDIR=$DESTDIR install 1.27 +compile_rules() { 1.28 + ./configure \ 1.29 + --prefix=/usr && 1.30 + make && 1.31 + make DESTDIR=$install install 1.32 } 1.33 1.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 -genpkg_rules() 1.36 -{ 1.37 +genpkg_rules() { 1.38 mkdir -p $fs/usr/share 1.39 cp -a $install/usr/bin $fs/usr 1.40 cp -a $install/usr/share/locale $fs/usr/share 1.41 + DEPENDS="libxml2 ncurses zlib openssl" 1.42 }