From 0d37a1ef234c38b27faba43bc3a22f985d311deb Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 17 May 2023 17:01:27 +0100 Subject: Remove all firmware --- .../perl-list-moreutils.xibuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 repo/perl-list-moreutils/perl-list-moreutils.xibuild (limited to 'repo/perl-list-moreutils/perl-list-moreutils.xibuild') diff --git a/repo/perl-list-moreutils/perl-list-moreutils.xibuild b/repo/perl-list-moreutils/perl-list-moreutils.xibuild new file mode 100644 index 0000000..6ccbbe5 --- /dev/null +++ b/repo/perl-list-moreutils/perl-list-moreutils.xibuild @@ -0,0 +1,22 @@ +#!/bin/sh + +NAME="perl-list-moreutils" +DESC="Provide the stuff missing in List::Util" + +MAKEDEPS=" perl perl-config-autoconf perl-exporter-tiny" +DEPS=" perl perl-config-autoconf perl-exporter-tiny" + +PKG_VER=0.430 +SOURCE="https://cpan.metacpan.org/authors/id/R/RE/REHSACK/List-MoreUtils-$PKG_VER.tar.gz" + +build() { + export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') + PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor + make +} + +package() { + make DESTDIR="$PKG_DEST" install + find "$PKG_DEST" \( -name perllocal.pod -o -name .packlist \) -delete +} + -- cgit v1.2.1