diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-03 02:07:33 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-05 08:22:26 +0000 |
commit | f8f0722a166047d0dba2dd7e3624d4fca56c3e8a (patch) | |
tree | 9bc60e1c13540cdc7f13894a0a6e3d15926e97d5 /community/perl-date-manip | |
parent | b9273f6e47d9f11dd716b0e5582d2db087b6ec99 (diff) | |
download | aports-f8f0722a166047d0dba2dd7e3624d4fca56c3e8a.tar.bz2 aports-f8f0722a166047d0dba2dd7e3624d4fca56c3e8a.tar.xz |
community/perl-date-manip: rebuild
Diffstat (limited to 'community/perl-date-manip')
-rw-r--r-- | community/perl-date-manip/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/community/perl-date-manip/APKBUILD b/community/perl-date-manip/APKBUILD index 5d3b940b73..6f1916dbaf 100644 --- a/community/perl-date-manip/APKBUILD +++ b/community/perl-date-manip/APKBUILD @@ -3,7 +3,7 @@ pkgname=perl-date-manip _pkgreal=Date-Manip pkgver=6.76 -pkgrel=0 +pkgrel=1 pkgdesc="Date manipulation routines" url="http://search.cpan.org/dist/Date-Manip/" arch="noarch" @@ -18,22 +18,18 @@ source="http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/$_pkgreal-$pkgver.tar. builddir="$srcdir/$_pkgreal-$pkgver" prepare() { - cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor } build() { - cd "$builddir" make } check() { - cd "$builddir" make test } package() { - cd "$builddir" make DESTDIR="$pkgdir" pure_install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } |