diff options
Diffstat (limited to 'community/perl-xml-xpath')
-rw-r--r-- | community/perl-xml-xpath/APKBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/community/perl-xml-xpath/APKBUILD b/community/perl-xml-xpath/APKBUILD index b5535184f2..08533871c7 100644 --- a/community/perl-xml-xpath/APKBUILD +++ b/community/perl-xml-xpath/APKBUILD @@ -4,8 +4,8 @@ pkgname=perl-xml-xpath _pkgreal=XML-XPath pkgver=1.40 -pkgrel=0 -pkgdesc="a set of modules for parsing and evaluating XPath statements" +pkgrel=1 +pkgdesc="A set of modules for parsing and evaluating XPath statements" url="http://search.cpan.org/dist/XML-XPath/" arch="noarch" license="GPL PerlArtistic" @@ -24,7 +24,12 @@ prepare() { build() { cd "$builddir" - make && make test + make +} + +check() { + cd "$builddir" + make test } package() { |