updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / perl-gtk2-unique / PKGBUILD
blob8c7432e9713f3e98efcf60cff449113622c1940b
1 pkgname=perl-gtk2-unique
2 _realname=Gtk2-Unique
3 pkgver=0.05
4 pkgrel=2
5 pkgdesc="Perl bindings for the C library libunique"
6 arch=('i686' 'x86_64')
7 url="http://search.cpan.org/~potyl/Gtk2-Unique/"
8 license=('LGPL' 'Perl')
9 depends=('perl' 'gtk2-perl' 'perl-extutils-depends' 'perl-extutils-pkgconfig' 'libunique')
10 options=('!emptydirs')
11 source=(http://search.cpan.org/CPAN/authors/id/P/PO/POTYL/$_realname-0.05.tar.gz)
12 md5sums=('0beb552933b765a017588563a71af123')
14 build() {
15   cd  $srcdir/$_realname-$pkgver
16   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
17   make
18   make install DESTDIR=$pkgdir
19   find $pkgdir -name '.packlist' -delete
20   find $pkgdir -name '*.pod' -delete