libraries/gtkhtml: Updated for version 3.18.3

This commit is contained in:
Vincent Batts 2010-05-13 00:29:46 +02:00 committed by Robby Workman
parent b4f210f209
commit 661938f371
2 changed files with 3 additions and 1 deletions

View file

@ -99,4 +99,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="gtkhtml"
VERSION="3.18.3"
HOMEPAGE="http://www.gnome.org/"
DOWNLOAD="http://ftp.acc.umu.se/pub/GNOME/sources/gtkhtml/3.18/gtkhtml-3.18.3.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="4dae02a10f05fbca1cfd3bb5336f9273"
MD5SUM_x86_64=""
MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com"
APPROVED="rworkman dsomero"