Skip to content
Snippets Groups Projects
Commit 7ce8f9f4 authored by Celeste's avatar Celeste Committed by Francesco Colista
Browse files

community/alien: upgrade to 8.95.7

also, bring the call to Makefile.PL more in
line with apkbuild-cpan template 4, so
`find -delete` is no longer needed
parent 12355a8c
No related branches found
No related tags found
1 merge request!68088community/alien: upgrade to 8.95.7
Pipeline #243781 skipped
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=alien
pkgver=8.95.6
pkgver=8.95.7
pkgrel=0
pkgdesc="Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats"
url="http://joeyh.name/code/alien"
......@@ -10,16 +10,20 @@ license="GPL-2.0-only"
depends="perl"
subpackages="$pkgname-doc"
source="https://deb.debian.org/debian/pool/main/a/alien/alien_$pkgver.tar.xz"
builddir="$srcdir/$pkgname"
build() {
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
INSTALLDIRS=vendor \
NO_PACKLIST=1 \
NO_PERLLOCAL=1
make
}
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="
29ed80f249b38b47a26ee9d058d057be8728d18d771c1f847919f296d2c8359fcc33a32912749f2ed77b1214e61f101b75960a82cbd3d76bbb7f205acfd4f152 alien_8.95.6.tar.xz
5528ee66117d5429b2021350c11fcaa1e831c8f46dfb661c7ec42e2840c67d7fa488dabb7361e91fc034ba6b8a970938ec08e74ab619747e03acb577213d27f8 alien_8.95.7.tar.xz
"
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