libraries/goffice: Updated for version 0.7.0

This commit is contained in:
alkos333 2010-05-13 00:29:39 +02:00 committed by David Somero
parent 1c7e6a5b75
commit 7bcb07aee8
2 changed files with 3 additions and 1 deletions

View file

@ -84,4 +84,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="goffice"
VERSION="0.7.0"
HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/goffice/"
DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.7/goffice-0.7.0.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="835a7d2d57bc406a44ae11e1be6f04ca"
MD5SUM_x86_64=""
MAINTAINER="alkos333"
EMAIL="me@alkos333.net"
APPROVED="David Somero"