libraries/libgnomecups: Updated for version 0.2.3

This commit is contained in:
nobody 2010-05-13 00:30:48 +02:00 committed by Robby Workman
parent 26c9a28308
commit b3e984f8ea
2 changed files with 3 additions and 1 deletions

View file

@ -82,4 +82,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG 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="libgnomecups"
VERSION="0.2.3" VERSION="0.2.3"
HOMEPAGE="http://www.gnome.org" HOMEPAGE="http://www.gnome.org"
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2" DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="dc4920c15c9f886f73ea74fbff0ae48b" MD5SUM="dc4920c15c9f886f73ea74fbff0ae48b"
MD5SUM_x86_64=""
MAINTAINER="nobody" MAINTAINER="nobody"
EMAIL="nobody" EMAIL="nobody"
APPROVED="rworkman dsomero" APPROVED="rworkman dsomero"