mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-07 23:24:05 +00:00
24 lines
831 B
Bash
24 lines
831 B
Bash
|
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
|
||
|
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
|
||
|
|
||
|
pkgname=perl-gtk2-webkit
|
||
|
pkgver=0.04
|
||
|
pkgrel=2
|
||
|
pkgdesc="Gtk2::WebKit"
|
||
|
arch=('i686' 'x86_64')
|
||
|
url="http://search.cpan.org/~FLORA/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=('edb87e7a47a202a7b8d1eb1ec0c40e25')
|
||
|
|
||
|
build() {
|
||
|
cd $startdir/src/Gtk2-WebKit-$pkgver
|
||
|
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
|
||
|
make || return 1
|
||
|
make install DESTDIR=$startdir/pkg || return 1
|
||
|
find $startdir/pkg -name '.packlist' -delete
|
||
|
find $startdir/pkg -name '*.pod' -delete
|
||
|
}
|