mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-16 15:02:36 +01:00
testing/perl-text-csv_xs: new aport
This commit is contained in:
parent
379a59e03a
commit
dba456218a
40
testing/perl-text-csv_xs/APKBUILD
Normal file
40
testing/perl-text-csv_xs/APKBUILD
Normal file
@ -0,0 +1,40 @@
|
||||
# Automatically generated by apkbuild-cpan, template 1
|
||||
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||
pkgname=perl-text-csv_xs
|
||||
_pkgreal=Text-CSV_XS
|
||||
pkgver=0.91
|
||||
pkgrel=0
|
||||
pkgdesc="Perl module for Text-CSV_XS"
|
||||
url="http://search.cpan.org/dist/Text-CSV_XS/"
|
||||
arch="all"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends=""
|
||||
cpanmakedepends=""
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://cpan.panu.it/authors/id/H/HM/HMBRAND/$_pkgreal-$pkgver.tgz"
|
||||
_builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
prepare() {
|
||||
cd "$_builddir"
|
||||
if [ -e Build.PL ]; then
|
||||
perl Build.PL installdirs=vendor || return 1
|
||||
else
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
make && make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
md5sums="391fb562340969e76250bcc02bfa58fa Text-CSV_XS-0.91.tgz"
|
||||
Loading…
x
Reference in New Issue
Block a user