network/r2e: Updated for version 2.6.5
This commit is contained in:
parent
934c9b2b7f
commit
74836a4355
|
@ -3,13 +3,10 @@ email program. This allows you to view RSS feeds in an interface you
|
|||
are already familiar with and to apply filters to incoming feeds.
|
||||
|
||||
After installing this package, you need to do the following:
|
||||
|
||||
mkdir ~/.rss2email
|
||||
r2e new you@yourdomain.com
|
||||
r2e add http://yourfeed.yourdomain.com
|
||||
r2e run --no-send
|
||||
|
||||
You will probably want to create a cron job to periodically
|
||||
execute "r2e run".
|
||||
|
||||
You will probably want to create a cron job to periodically execute "r2e run".
|
||||
See http://rss2email.infogami.com for additional information.
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
PRGNAM=r2e
|
||||
VERSION=2.6.5
|
||||
ARCH=${ARCH:-i486}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -85,4 +85,4 @@ sed "s%@VERSION@%$VERSION%g" $CWD/slack-desc > $PKG/install/slack-desc
|
|||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="r2e"
|
||||
VERSION="2.6.5"
|
||||
HOMEPAGE="http://rss2email.infogami.com"
|
||||
DOWNLOAD="http://slackbuilds.org/sources/12.2/r2e-2.6.5.tar.bz2"
|
||||
DOWNLOAD="http://slackbuilds.org/sources/13.0/r2e-2.6.5.tar.bz2"
|
||||
MD5SUM="4b15d10da531a35cbd8aa6eae46da3e4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Tom Canich"
|
||||
EMAIL="tcanich@canich.net"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in New Issue