p5-datetime-locale: initial commit, version 1.22
This commit is contained in:
parent
b30f1414c8
commit
86114d1002
2228
p5-datetime-locale/.footprint
Normal file
2228
p5-datetime-locale/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
5
p5-datetime-locale/.signature
Normal file
5
p5-datetime-locale/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3xWVyMmAUSCgsPqEHgk+h3kTCUHNwdKvcADKKKaNfm/SkF3v76qfrFRIf1GdgxyyDYStQGQgqF8pSusnlw0IuAk=
|
||||
SHA256 (Pkgfile) = 46da76af4115a299e2f42ea7a695437482543c1c6026890a54467a59127dac82
|
||||
SHA256 (.footprint) = 9f6f68188514b5b50cd8939a65fedf7838319cda196ec9c6559168362df33c6b
|
||||
SHA256 (DateTime-Locale-1.22.tar.gz) = 757b3915c6b2aac89462c52fed36543f27dfb66abc98c895523d2ab95da65f94
|
20
p5-datetime-locale/Pkgfile
Normal file
20
p5-datetime-locale/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: Localization support for DateTime.pm
|
||||
# URL: https://cpan.metacpan.org/dist/DateTime-Locale
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: p5-file-sharedir p5-file-sharedir-install p5-list-moreutils p5-params-validate
|
||||
|
||||
name=p5-datetime-locale
|
||||
version=1.22
|
||||
release=1
|
||||
source=(https://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd DateTime-Locale-$version
|
||||
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
find $PKG -name .packlist -o \
|
||||
-name perllocal.pod -o \
|
||||
-name README -o \
|
||||
-name '*.bs' | xargs rm
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user