mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/perl-xml-namespacesupport: new aport
This commit is contained in:
parent
532be22916
commit
e6a7f2197b
1 changed files with 42 additions and 0 deletions
42
testing/perl-xml-namespacesupport/APKBUILD
Normal file
42
testing/perl-xml-namespacesupport/APKBUILD
Normal file
|
@ -0,0 +1,42 @@
|
|||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer:
|
||||
pkgname=perl-xml-namespacesupport
|
||||
pkgver=1.11
|
||||
pkgrel=0
|
||||
pkgdesc="Generic namespace helpers (ported from SAX2)"
|
||||
url="http://search.cpan.org/dist/XML-NamespaceSupport"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
depends="perl"
|
||||
depends_dev="perl-dev"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/XML-NamespaceSupport-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
md5sums="222cca76161cd956d724286d36b607da XML-NamespaceSupport-1.11.tar.gz"
|
||||
sha256sums="6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea XML-NamespaceSupport-1.11.tar.gz"
|
||||
sha512sums="cc1bd5f457dc80e46fb9904fb9dfe2bdf8bffdad8f436f0e8f5977dbc6924ef9eeceac61d8ab80df1bfcb5e14fe2476421831f47f9354726dd3b536beade0381 XML-NamespaceSupport-1.11.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue