Henri Häkkinen wrote:
Hello,
I have created a Perl/CPAN Search::Xapian package which is required by
the LXRNG. Could you guys take a look at this and comment?
http://aur.archlinux.org/packages/perl-search-xapian/perl-search-xapian/PKGBUILD
Just a few comments:
# Contributor: Henri Häkkinen <[EMAIL PROTECTED]>
pkgname=perl-search-xapian
pkgver=1.0.9.0
pkgrel=1
pkgdesc="Perl/CPAN Search::Xapian module - Perl frontend for the Xapian C++ search
library"
Your pkgdesc is verbose: "Frontend for the Xapian C++ search library" is enough.
arch=('i686' 'x86_64')
url="http://search.cpan.org/~olly/Search-Xapian-1.0.9.0/"
license=('unknown')
license=('GPL' 'PerlArtistic')
Because the README says "This program is free software; you can redistribute it
and/or modify
it under the same terms as Perl itself."
Your PKGBUILD is fine otherwise.
Best,
F