mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
testing/perl-term-size-unix: new aport
This commit is contained in:
parent
0c4b9e6730
commit
10424f23c4
1 changed files with 39 additions and 0 deletions
39
testing/perl-term-size-unix/APKBUILD
Normal file
39
testing/perl-term-size-unix/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-term-size-unix
|
||||
_pkgreal=Term-Size-Unix
|
||||
pkgver=0.205
|
||||
pkgrel=0
|
||||
pkgdesc="Retrieve terminal size (Unix version)"
|
||||
url="http://search.cpan.org/dist/Term-Size-Unix/"
|
||||
arch="all"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends=""
|
||||
cpanmakedepends=" "
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/F/FE/FERREIRA/$_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="d52709b4d11f4d2e241c5640ad9a8b73 Term-Size-Unix-0.205.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue