summaryrefslogtreecommitdiffstats
path: root/testing/perl-astro-suntime/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-06-02 14:09:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-06-02 14:09:33 +0000
commit153c89da6709d7330a271be726104bbbdfcc9858 (patch)
tree3abb00fd5739b15d1f027144d1cc77bfaceb904d /testing/perl-astro-suntime/APKBUILD
parent0d7c49b1e9decddf161bcb4e4c12ab46c0e794ec (diff)
downloadaports-153c89da6709d7330a271be726104bbbdfcc9858.tar.bz2
aports-153c89da6709d7330a271be726104bbbdfcc9858.tar.xz
main/perl-*: moved to main
most of the have test scripts
Diffstat (limited to 'testing/perl-astro-suntime/APKBUILD')
-rw-r--r--testing/perl-astro-suntime/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/perl-astro-suntime/APKBUILD b/testing/perl-astro-suntime/APKBUILD
deleted file mode 100644
index 418587138..000000000
--- a/testing/perl-astro-suntime/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=perl-astro-suntime
-_realname=Astro-SunTime
-pkgver=0.01
-pkgrel=1
-pkgdesc="Provides a function interface to calculate sun rise/set times."
-url="http://search.cpan.org/dist/Astro-SunTime/"
-arch="noarch"
-license="GPL PerlArtistic"
-depends="perl"
-makedepends="perl-dev perl-time-parsedate"
-install=
-subpackages=""
-source="http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/$_realname-$pkgver.tar.gz"
-
-_builddir="$srcdir/$_realname-$pkgver"
-
-build() {
- cd $_builddir
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make && make test || return 1
-}
-
-package() {
- cd $_builddir
- make DESTDIR="$pkgdir" install
- # creates file collision among perl modules
- find "$pkgdir" -name perllocal.pod -delete
-
-}
-
-md5sums="4657927a49604494bfaaa153663b90b9 Astro-SunTime-0.01.tar.gz"