diff options
author | titopoquito <titopoquito@gmail.com> | 2010-05-13 00:42:10 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:42:10 +0200 |
commit | 07b7666b6f170a47280445d02a97bdb74d0be4c0 (patch) | |
tree | 0dddcae1a3808b51e4103357fa7818f636fab3ec | |
parent | b30aad9ef043a9836cd284f521197d09f1d3e997 (diff) | |
download | slackbuilds-07b7666b6f170a47280445d02a97bdb74d0be4c0.tar.gz |
system/unrtf: Updated for version 0.21.0
-rw-r--r-- | system/unrtf/README | 2 | ||||
-rw-r--r-- | system/unrtf/unrtf.SlackBuild | 2 | ||||
-rw-r--r-- | system/unrtf/unrtf.info | 2 |
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" |