diff options
author | root <root@rshg054.dnsready.net> | 2013-10-28 01:15:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-28 01:15:28 -0700 |
commit | 1a32448c2c53b0e66ce0fe14c5dd2057afd432bc (patch) | |
tree | d94819e60d05fada511b43feec6f7e46386a215a /extra/pywebkitgtk/PKGBUILD | |
parent | 2886140ddb1db32f36cb0b27e93888442a603a53 (diff) |
Mon Oct 28 01:14:27 PDT 2013
Diffstat (limited to 'extra/pywebkitgtk/PKGBUILD')
-rw-r--r-- | extra/pywebkitgtk/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/pywebkitgtk/PKGBUILD b/extra/pywebkitgtk/PKGBUILD index 9fec0ff5d..daebf9ec7 100644 --- a/extra/pywebkitgtk/PKGBUILD +++ b/extra/pywebkitgtk/PKGBUILD @@ -1,27 +1,27 @@ -# $Id: PKGBUILD 148894 2012-02-05 11:54:35Z ibiru $ +# $Id: PKGBUILD 197579 2013-10-27 02:33:41Z eric $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: kasa <biuta.jr@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=pywebkitgtk pkgver=1.1.8 -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings to the WebKit GTK+ port" arch=('i686' 'x86_64') url="http://code.google.com/p/pywebkitgtk/" license=('LGPL') -depends=('libwebkit' 'pygtk') -options=('!libtool' '!makeflags') +depends=('webkitgtk2' 'pygtk') +options=('!makeflags') source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) md5sums=('158335385354ba38090c9324b37bf225') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install } |