system/unrtf: Updated for version 0.21.0

This commit is contained in:
titopoquito 2010-05-13 00:42:10 +02:00 committed by David Somero
parent b30aad9ef0
commit 07b7666b6f
3 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"