mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/webkit: Updated for version r45012
This commit is contained in:
parent
31a48bf1c1
commit
1bfbb5ada0
3 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue