updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / perl-net-lastfm-submission / PKGBUILD
blob3faa07d9f4ac71b95cf0097439772abd40d06692
1 # Maintainer: Jakob Nixdorf <flocke [swirly thing] shadowice [dot] org>
3 pkgname=perl-net-lastfm-submission
4 pkgver=0.64
5 pkgrel=1
6 pkgdesc="Perl interface to the Last.fm Submissions Protocol"
7 depends=('perl>=5.10.0' 'glibc' 'perl-test-exception' 'perl-libwww' 'perl-poe-component-client-http')
8 license=('GPL' 'PerlArtistic')
9 url="http://search.cpan.org/dist/Net-LastFM-Submission"
10 source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHARIFULN/Net-LastFM-Submission-$pkgver.tar.gz)
11 md5sums=('0d39fded5d75ac2866ff0a14957683bb')
12 options=('!emptydirs')
13 arch=(i686 x86_64)
15 build()
17   cd ${srcdir}/Net-LastFM-Submission-$pkgver
19   perl Makefile.PL INSTALLDIRS=vendor || return 1
20   make || return 1
21   make DESTDIR=${pkgdir} install || return 1
22   
23   # Remove .packlist and perllocal.pod files.
24   find ${pkgdir} -name '.packlist' -delete
25   find ${pkgdir} -name 'perllocal.pod' -delete