[arch-commits] Commit in pywebkitgtk/repos (3 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:49:46 UTC 2012


    Date: Monday, January 30, 2012 @ 13:49:46
  Author: ibiru
Revision: 148273

db-move: moved pywebkitgtk from [staging] to [testing] (x86_64)

Added:
  pywebkitgtk/repos/testing-x86_64/
  pywebkitgtk/repos/testing-x86_64/PKGBUILD
    (from rev 148047, pywebkitgtk/repos/staging-x86_64/PKGBUILD)
Deleted:
  pywebkitgtk/repos/staging-x86_64/

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: pywebkitgtk/repos/testing-x86_64/PKGBUILD (from rev 148047, pywebkitgtk/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-30 18:49:46 UTC (rev 148273)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>  
+# Contributor: kasa <biuta.jr at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=pywebkitgtk
+pkgver=1.1.8
+pkgrel=2
+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')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${srcdir}/${pkgname}-${pkgver}
+    make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list