libraries/webkit: Updated for version r45012

This commit is contained in:
alkos333 2010-05-13 00:33:45 +02:00 committed by Robby Workman
parent 31a48bf1c1
commit 1bfbb5ada0
3 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
WebKit is an opensource web browser engine. Webkit is still under heavy
development, so use with caution.
This requires gail, icu4c, and libsoup.
This requires icu4c and libsoup.

View file

@ -81,4 +81,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="webkit"
VERSION="r45012"
HOMEPAGE="http://www.webkit.org/"
DOWNLOAD="http://builds.nightly.webkit.org/files/trunk/src/WebKit-r45012.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="7f5674936a6162e1a7560099127144f5"
MD5SUM_x86_64=""
MAINTAINER="alkos333"
EMAIL="me@alkos333.net"
APPROVED="rworkman"