🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: perl-xml-namespacesupport
pkgver: '1.12_9'
pkgrel: '6'
pkgdesc: Generic namespace helpers (ported from SAX2)
url: 'https://metacpan.org/pod/XML::NamespaceSupport'
arch: x86_64
depends:
- perl
makedepends: []
source:
- 'https://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz'
sha256sums:
- 2e84a057f0a8c845a612d212742cb94fca4fc8a433150b5721bd448f77d1e4a9
build: |
cd XML-NamespaceSupport-${pkgver}
perl Makefile.PL
make OPTIMIZE="$CFLAGS" || exit 1
make install INSTALLDIRS=vendor DESTDIR=${PKGDIR} || exit 1
# Remove .packlist if present in the package
find ${PKGDIR} -name .packlist -delete
package: |
true