aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/r2e/README5
-rw-r--r--network/r2e/r2e.SlackBuild4
-rw-r--r--network/r2e/r2e.info4
3 files changed, 6 insertions, 7 deletions
diff --git a/network/r2e/README b/network/r2e/README
index b638c11b194a6..2cc355059b23a 100644
--- a/network/r2e/README
+++ b/network/r2e/README
@@ -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.
diff --git a/network/r2e/r2e.SlackBuild b/network/r2e/r2e.SlackBuild
index 8925135a3ec5e..ec76f082fedd3 100644
--- a/network/r2e/r2e.SlackBuild
+++ b/network/r2e/r2e.SlackBuild
@@ -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}
diff --git a/network/r2e/r2e.info b/network/r2e/r2e.info
index 5ce2ed415235c..df5ab53be80dc 100644
--- a/network/r2e/r2e.info
+++ b/network/r2e/r2e.info
@@ -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"