diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-06-16 14:13:06 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-06-16 17:08:29 -0500 |
commit | b947a018a308555598cb0c5e490186e9d7b51a68 (patch) | |
tree | 265418d89e41d53fa462408e744f2b73c16dd9ab /libraries/pywebkitgtk/pywebkitgtk.SlackBuild | |
parent | d5ee0b74f5617f236154d38ca4e636ef836fe474 (diff) |
libraries/pywebkitgtk: Updated for version 1.1.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/pywebkitgtk/pywebkitgtk.SlackBuild')
-rw-r--r-- | libraries/pywebkitgtk/pywebkitgtk.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/pywebkitgtk/pywebkitgtk.SlackBuild b/libraries/pywebkitgtk/pywebkitgtk.SlackBuild index ccee0f096e261..c4aa08c8f3eb6 100644 --- a/libraries/pywebkitgtk/pywebkitgtk.SlackBuild +++ b/libraries/pywebkitgtk/pywebkitgtk.SlackBuild @@ -5,16 +5,14 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> PRGNAM=pywebkitgtk -VERSION=${VERSION:-1.1.5} +VERSION=1.1.7 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -66,7 +64,7 @@ make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS ChangeLog COPYING INSTALL MAINTAINERS NEWS README \ + AUTHORS ChangeLog COPYING MAINTAINERS NEWS README \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |