Skip to content
Snippets Groups Projects
Commit 1448bd00 authored by Celeste's avatar Celeste
Browse files
parent 64f9ea71
No related branches found
No related tags found
No related merge requests found
# Automatically generated by apkbuild-cpan, template 3
# Automatically generated by apkbuild-cpan, template 4
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=perl-xml-rss
pkgver=1.64
pkgrel=0
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=XML-RSS
pkgver=1.63
pkgrel=0
pkgdesc="creates and updates RSS files"
url="https://metacpan.org/release/XML-RSS/"
arch="noarch"
......@@ -18,7 +18,9 @@ builddir="$srcdir/$_pkgreal-$pkgver"
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
perl Build.PL --installdirs=vendor
perl Build.PL \
--installdirs=vendor \
--create_packlist=0
./Build
}
......@@ -28,9 +30,8 @@ check() {
package() {
./Build install --destdir="$pkgdir"
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="
ce094ed0018d639a8a4bc88b3a7a5212f86e93426145045ef906e189ff0495556749d12e6b88abc13e5baa9ae6b2bb471048dd238f826ebe37569ae4ebba3115 XML-RSS-1.63.tar.gz
66648fef534e3cc8b07802013f96453a848a9f086fe5eb429067a1abc7720979b60e05534bd4a232fdb37b2d38745e5bf07f0a90e9296f574f9a9ed5d3009c97 XML-RSS-1.64.tar.gz
"
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