summaryrefslogtreecommitdiff
path: root/cpan2cruxPorts/p5-sys-info-driver-linux/Pkgfile
blob: 4525fe76d5ef18165a88b15b4149f28a1cf1e0a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Perl module to extract and collect information from the host system.
# URL: https://metacpan.org/release/Sys-Info-Driver-Linux
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends: p5-sys-info-base p5-unix-processors

name=p5-sys-info-driver-linux
version=0.7905
release=3
source=(https://cpan.metacpan.org/authors/id/B/BU/BURAK/Sys-Info-Driver-Linux-$version.tar.gz)

build() {
	cd Sys-Info-Driver-Linux-$version
	perl Makefile.PL
	make OPTIMIZE="$CFLAGS"
	make DESTDIR="$PKG" install
	find "$PKG" \( -name perllocal.pod -o -name .packlist \) -delete
	find "$PKG" -depth -type d -empty -delete
}