summaryrefslogtreecommitdiff
path: root/community-testing/perl-gtk2-webkit
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-08 04:18:44 +0000
committerroot <root@rshg047.dnsready.net>2011-04-08 04:18:44 +0000
commit59075f0265483f32e9ac4c67ba9e69cb019ba044 (patch)
treed0384b724b17b888dcd1cf06dce9bc25655d1ba1 /community-testing/perl-gtk2-webkit
parent3b216f42d91b33161572550f4556a9ba93d1cecb (diff)
Fri Apr 8 04:18:44 UTC 2011
Diffstat (limited to 'community-testing/perl-gtk2-webkit')
-rw-r--r--community-testing/perl-gtk2-webkit/ChangeLog17
-rw-r--r--community-testing/perl-gtk2-webkit/PKGBUILD24
2 files changed, 41 insertions, 0 deletions
diff --git a/community-testing/perl-gtk2-webkit/ChangeLog b/community-testing/perl-gtk2-webkit/ChangeLog
new file mode 100644
index 000000000..9664112d0
--- /dev/null
+++ b/community-testing/perl-gtk2-webkit/ChangeLog
@@ -0,0 +1,17 @@
+2009-04-16 Corrado Primier <bardo@aur.archlinux.org>
+
+ * Release bump: 2
+
+2009-02-28 Corrado Primier <bardo@aur.archlinux.org>
+
+ * Version bump: 0.04
+
+2008-12-01 Corrado Primier <bardo@aur.archlinux.org>
+
+ * Release bump: 2
+
+ * PKGBUILD: fixed license (Artistic -> PerlArtistic)
+
+2008-12-01 Corrado Primier <bardo@aur.archlinux.org>
+
+ * PKGBUILD: moved to [community]
diff --git a/community-testing/perl-gtk2-webkit/PKGBUILD b/community-testing/perl-gtk2-webkit/PKGBUILD
new file mode 100644
index 000000000..038f4748a
--- /dev/null
+++ b/community-testing/perl-gtk2-webkit/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 44460 2011-04-07 16:27:39Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Corrado Primier <bardo@aur.archlinux.org>
+
+pkgname=perl-gtk2-webkit
+pkgver=0.08
+pkgrel=3
+pkgdesc="Gtk2::WebKit"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Gtk2-WebKit"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'gtk2-perl' 'libwebkit' 'perl-extutils-depends' 'perl-extutils-pkgconfig')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/F/FL/FLORA/Gtk2-WebKit-$pkgver.tar.gz)
+md5sums=('5dc7e0ea470754f6e24e40e54da942ee')
+
+build() {
+ cd $srcdir/Gtk2-WebKit-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make install DESTDIR=$pkgdir
+ find $pkgdir -name '.packlist' -delete
+ find $pkgdir -name '*.pod' -delete
+}