network/snownews: Updated for version 1.5.7

This commit is contained in:
Martin Lefebvre 2010-05-11 19:46:02 +02:00 committed by Robby Workman
parent 0095d71c80
commit 1bae5fe153
4 changed files with 12 additions and 10 deletions

View file

@ -1,6 +1,2 @@
Snownews is a text mode RSS/RDF newsreader. It supports all
versions of RSS natively and supports other formats via plugins.
The program depends on ncurses for the user interface and uses
libxml2 for XML parsing. ncurses must be at least version 5.0. It
should work with any version of libxml2.

View file

@ -1,4 +1,12 @@
snownews: Snownews - text mode RSS/RDF reader
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
snownews: Snownews (text mode RSS/RDF reader)
snownews:
snownews: Snownews is a text mode RSS/RDF newsreader. It supports all
snownews: versions of RSS natively and supports other formats via plugins.
@ -8,3 +16,4 @@ snownews: libxml2 for XML parsing. ncurses must be at least version 5.0. It
snownews: should work with any version of libxml2.
snownews:
snownews:
snownews:

View file

@ -29,7 +29,7 @@ VERSION=1.5.7
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -46,7 +46,6 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R a-s,u+w,go+r-w .
@ -66,8 +65,6 @@ make install DESTDIR=$PKG || exit 1
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
)
# Snownews ships with support for multiple languages, so this is a bit
# different method for gzipping man pages than we normally use
find $PKG/usr/man -type f -name "*.?" -exec gzip -9f {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -5,4 +5,4 @@ DOWNLOAD="http://kiza.kcore.de/software/snownews/download/snownews-1.5.7.tar.gz"
MD5SUM="75ffa004e755a233f49b1cdfcd9e3d85"
MAINTAINER="Martin Lefebvre"
EMAIL="dadexter@gmail.com"
APPROVED="robw810,elohim"
APPROVED="rworkman,elohim"