Skip to content
Snippets Groups Projects
Commit b6f22081 authored by Leonardo Arena's avatar Leonardo Arena
Browse files

testing/perl-time-date: new aport

parent 4fb804f0
No related merge requests found
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname=perl-time-date
_realname=TimeDate
pkgver=1.16
pkgrel=0
pkgdesc="Date formating subroutines"
url="http://search.cpan.org/~gbarr/TimeDate-1.16/"
license="Unknown"
depends="perl"
makedepends="perl-dev"
install=
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/$_realname-$pkgver.tar.gz"
build() {
cd "$srcdir/$_realname-$pkgver"
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
make || return 1
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
}
md5sums="b3cc35a7cabd106ac8829d2f2ff4bd9d TimeDate-1.16.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment