diff options
Diffstat (limited to 'testing/perl-io-tty/APKBUILD')
-rw-r--r-- | testing/perl-io-tty/APKBUILD | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/perl-io-tty/APKBUILD b/testing/perl-io-tty/APKBUILD deleted file mode 100644 index 1550cc65a9..0000000000 --- a/testing/perl-io-tty/APKBUILD +++ /dev/null @@ -1,37 +0,0 @@ -# Automatically generated by apkbuild-cpan, template 1 -# Contributor: Francesco Colista <francesco.colista@gmail.com> -# Maintainer: Francesco Colista <francesco.colista@gmail.com> -pkgname=perl-io-tty -_pkgreal=IO-Tty -pkgver=1.10 -pkgrel=2 -pkgdesc="Pseudo ttys and constants" -url="http://search.cpan.org/dist/IO-Tty/" -arch="all" -license="GPL PerlArtistic" -cpandepends="" -cpanmakedepends="" -depends="$cpandepends" -makedepends="perl-dev $cpanmakedepends" -subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$_pkgreal-$pkgver.tar.gz" - -_builddir="$srcdir/$_pkgreal-$pkgver" - -prepare() { - cd "$_builddir" - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 -} - -build() { - cd "$_builddir" - make -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete -} - -md5sums="46baec86a145e57f0ec661fa412b097c IO-Tty-1.10.tar.gz" |