[arch-commits] Commit in (4 files)
Andrea Scarpino
andrea at archlinux.org
Tue Jan 27 14:13:30 UTC 2015
Date: Tuesday, January 27, 2015 @ 15:13:30
Author: andrea
Revision: 126645
extra2community: Moving pywebkitgtk from extra to community
Added:
pywebkitgtk/
pywebkitgtk/repos/
pywebkitgtk/trunk/
pywebkitgtk/trunk/PKGBUILD
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Added: pywebkitgtk/trunk/PKGBUILD
===================================================================
--- pywebkitgtk/trunk/PKGBUILD (rev 0)
+++ pywebkitgtk/trunk/PKGBUILD 2015-01-27 14:13:30 UTC (rev 126645)
@@ -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=3
+pkgdesc="Python bindings to the WebKit GTK+ port"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pywebkitgtk/"
+license=('LGPL')
+depends=('webkitgtk2' 'pygtk')
+options=('!makeflags')
+source=(http://pywebkitgtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('158335385354ba38090c9324b37bf225')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: pywebkitgtk/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list