wok rev 2048

Add: snownews
author Paul Issott <paul@slitaz.org>
date Sat Jan 17 12:11:04 2009 +0000 (2009-01-17)
parents 67e9d231cde3
children cdf8d9da6786
files snownews/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/snownews/receipt	Sat Jan 17 12:11:04 2009 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="snownews"
     1.7 +VERSION="1.5.10"
     1.8 +CATEGORY="internet"
     1.9 +SHORT_DESC="Text mode RSS newsreader."
    1.10 +MAINTAINER="paul@slitaz.org"
    1.11 +DEPENDS="libiconv"
    1.12 +BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://kiza.kcore.de/software/snownews/index.en"
    1.15 +WGET_URL="http://kiza.kcore.de/software/snownews/download/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure --prefix=/usr &&
    1.22 +	make && make DESTDIR=$PWD/_pkg install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr/share
    1.29 +	cp -a $_pkg/usr/bin $fs/usr
    1.30 +	cp -a $_pkg/usr/share/locale $fs/usr/share
    1.31 +}
    1.32 +