# HG changeset patch # User Paul Issott # Date 1232194264 0 # Node ID 94279628ad930e818f3b3f960a0d5cf90639df75 # Parent 67e9d231cde3af93f75adb5a3a52fff67cd1b641 Add: snownews diff -r 67e9d231cde3 -r 94279628ad93 snownews/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snownews/receipt Sat Jan 17 12:11:04 2009 +0000 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="snownews" +VERSION="1.5.10" +CATEGORY="internet" +SHORT_DESC="Text mode RSS newsreader." +MAINTAINER="paul@slitaz.org" +DEPENDS="libiconv" +BUILD_DEPENDS="zlib-dev libxml2-dev ncurses-dev gettext perl" +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 +} +