Skip to content
Snippets Groups Projects
Commit a8de188d authored by Milan P. Stanić's avatar Milan P. Stanić Committed by Leo
Browse files

community/perl-curses: upgrade to 1.37

modernize and clean-up APKBUILD
parent 42519dc5
No related branches found
No related tags found
1 merge request!13274community/perl-curses: upgrade to 1.37
......@@ -3,18 +3,13 @@
# Maintainer: Milan P. Stanic <mps@arvanta.net>
pkgname=perl-curses
_pkgreal=Curses
pkgver=1.36
pkgrel=5
pkgver=1.37
pkgrel=0
pkgdesc="terminal screen handling and optimization"
url="https://metacpan.org/release/Curses/"
arch="all"
license="GPL-1.0-only"
cpandepends=""
cpanmakedepends=""
cpancheckdepends=""
depends="$cpandepends"
makedepends="perl-dev ncurses-dev $cpanmakedepends"
checkdepends="$cpancheckdepends"
makedepends="perl-dev ncurses-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/G/GI/GIRAFFED/$_pkgreal-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
......@@ -22,27 +17,23 @@ builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {
default_prepare
cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
}
build() {
cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
check() {
cd "$builddir"
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
make test
}
sha512sums="40ce96bdf7ef4bbd6975363bc27c2c561a81cafbaf147f2655a2c6521e09f6e40441cee06b6f8f27e370ad59eaf6f677ffe8e475030dfa870d25eca37717c58c Curses-1.36.tar.gz"
sha512sums="10886e725b174fdabc0c9b86a9ef9b717949f0fb03561bfc315e8503be689be7945d1ceeea2f950628ce480c2cc8081736d3b8f28042ea677b252298a9eb4827 Curses-1.37.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