SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "snownews"

# SliTaz package receipt.

PACKAGE="snownews"
VERSION="1.5.12"
CATEGORY="network"
SHORT_DESC="Text mode RSS newsreader."
MAINTAINER="paul@slitaz.org"
DEPENDS="libxml2 ncurses zlib libcrypto"
BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl \
openssl-dev acl libcroco"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://kiza.kcore.de/software/snownews/index.en"
WGET_URL="http://kiza.kcore.de/software/snownews/download/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure --prefix=/usr &&
    make && make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/locale $fs/usr/share
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)