Skip to content
Snippets Groups Projects
Commit 72324f02 authored by Timothy Legge's avatar Timothy Legge
Browse files

main/perl-xml-namespacesupport: remove unnecessary perl-dev from makedepends

parent 8d988253
No related merge requests found
......@@ -8,25 +8,21 @@ url="https://metacpan.org/release/XML-NamespaceSupport"
arch="noarch"
license="GPL"
depends="perl"
makedepends="perl-dev"
subpackages="$pkgname-doc"
source="http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-$pkgver.tar.gz"
builddir="$srcdir"/XML-NamespaceSupport-$pkgver
check() {
cd "$builddir"
make test
}
build() {
cd "$builddir"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment