mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/perl-sys-cpu: new abuild
http://search.cpan.org/dist/Sys-CPU/ Perl extension for getting CPU information
This commit is contained in:
parent
fb922ad0b0
commit
7feadd9082
10
testing/perl-sys-cpu/0001-musl-compat.patch
Normal file
10
testing/perl-sys-cpu/0001-musl-compat.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/CPU.xs
|
||||
+++ b/CPU.xs
|
||||
@@ -24,7 +24,6 @@
|
||||
#include <winreg.h>
|
||||
#else /* other (try unix) */
|
||||
#include <unistd.h>
|
||||
- #include <sys/unistd.h>
|
||||
#endif
|
||||
#if defined(__sun) || defined(__sun__)
|
||||
#include <sys/processor.h>
|
||||
46
testing/perl-sys-cpu/APKBUILD
Normal file
46
testing/perl-sys-cpu/APKBUILD
Normal file
@ -0,0 +1,46 @@
|
||||
# Automatically generated by apkbuild-cpan, template 1
|
||||
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=perl-sys-cpu
|
||||
_pkgreal=Sys-CPU
|
||||
pkgver=0.61
|
||||
pkgrel=0
|
||||
pkgdesc="Perl extension for getting CPU information"
|
||||
url="http://search.cpan.org/dist/Sys-CPU/"
|
||||
arch="all"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends=""
|
||||
cpanmakedepends=""
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev linux-headers $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/M/MZ/MZSANFORD/$_pkgreal-$pkgver.tar.gz
|
||||
0001-musl-compat.patch"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
prepare() {
|
||||
default_prepare || return 1
|
||||
|
||||
cd "$builddir"
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
make && make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
md5sums="f43a3a50ac2dca6c1485a859ebef09b2 Sys-CPU-0.61.tar.gz
|
||||
9d94c909cb3f08e410cd470cc006278d 0001-musl-compat.patch"
|
||||
sha256sums="250a86b79c231001c4ae71d2f66428092a4fbb2070971acafd471aa49739c9e4 Sys-CPU-0.61.tar.gz
|
||||
1fde5438497cd3ed925b30990e4fc493be7823eb13a169af0a6c3bef419ae648 0001-musl-compat.patch"
|
||||
sha512sums="391e113c87d9044cd43c47f9f78a782fab65566a32c028c01f7f3335a5065b6755586ea3143356510c8d28a7d1ad572cc6203ec189eaaa379967bdbd0a0bd7bc Sys-CPU-0.61.tar.gz
|
||||
7e3dd2efa3a9857b46d291510faf47c0120ece5705b9c58fc08a36d6ff54618acc8866554002572fa35768a44db319b59b73303e9a340734f28235d05f5174cb 0001-musl-compat.patch"
|
||||
Loading…
x
Reference in New Issue
Block a user