summaryrefslogtreecommitdiffstats
path: root/system/unrtf
diff options
context:
space:
mode:
Diffstat (limited to 'system/unrtf')
-rw-r--r--system/unrtf/README2
-rw-r--r--system/unrtf/unrtf.SlackBuild2
-rw-r--r--system/unrtf/unrtf.info2
3 files changed, 3 insertions, 3 deletions
diff --git a/system/unrtf/README b/system/unrtf/README
index b87f459ff8..d43215cb40 100644
--- a/system/unrtf/README
+++ b/system/unrtf/README
@@ -2,5 +2,3 @@ UnRTF is a command-line program written in C which converts
documents in Rich Text (.rtf) format to HTML, LaTeX, PostScript,
and other formats. Converting to HTML, it supports a number of
features of Rich Text Format.
-
-The homepage of unrtf is found at http://www.gnu.org/software/unrtf/unrtf.html.
diff --git a/system/unrtf/unrtf.SlackBuild b/system/unrtf/unrtf.SlackBuild
index cb8b561a36..a31a766e5b 100644
--- a/system/unrtf/unrtf.SlackBuild
+++ b/system/unrtf/unrtf.SlackBuild
@@ -88,4 +88,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
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/system/unrtf/unrtf.info b/system/unrtf/unrtf.info
index f3ab2dfa16..2d2bf763ee 100644
--- a/system/unrtf/unrtf.info
+++ b/system/unrtf/unrtf.info
@@ -2,7 +2,9 @@ PRGNAM="unrtf"
VERSION="0.21.0"
HOMEPAGE="http://www.gnu.org/software/unrtf/unrtf.html"
DOWNLOAD="http://www.gnu.org/software/unrtf/unrtf-0.21.0.tar.gz"
+DOWNLOAD_x86_64=""
MD5SUM="8d1f8617d6813308c310f111145c7cb9"
+MD5SUM_x86_64=""
MAINTAINER="titopoquito"
EMAIL="titopoquito@gmail.com"
APPROVED="dsomero"