mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
testing/perl-io-string: new aport
This commit is contained in:
parent
29d3994854
commit
eb9b1df7bf
1 changed files with 39 additions and 0 deletions
39
testing/perl-io-string/APKBUILD
Normal file
39
testing/perl-io-string/APKBUILD
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# Automatically generated by apkbuild-cpan, template 1
|
||||||
|
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||||
|
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
|
||||||
|
pkgname=perl-io-string
|
||||||
|
_pkgreal=IO-String
|
||||||
|
pkgver=1.08
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="unknown"
|
||||||
|
url="http://search.cpan.org/dist/IO-String/"
|
||||||
|
arch="noarch"
|
||||||
|
license="GPL PerlArtistic"
|
||||||
|
cpandepends=""
|
||||||
|
cpanmakedepends=" "
|
||||||
|
depends="$cpandepends"
|
||||||
|
makedepends="perl-dev $cpanmakedepends"
|
||||||
|
subpackages="$pkgname-doc"
|
||||||
|
source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_pkgreal-$pkgver.tar.gz"
|
||||||
|
|
||||||
|
_builddir="$srcdir/$_pkgreal-$pkgver"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
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="250e5424f290299fc3d6b5d1e9da3835 IO-String-1.08.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue