[arch-commits] Commit in perl-locale-maketext-lexicon/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:12:51 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:12:50
Author: felixonmars
Revision: 658372
archrelease: copy trunk to community-staging-any
Added:
perl-locale-maketext-lexicon/repos/community-staging-any/
perl-locale-maketext-lexicon/repos/community-staging-any/ChangeLog
(from rev 658371, perl-locale-maketext-lexicon/trunk/ChangeLog)
perl-locale-maketext-lexicon/repos/community-staging-any/PKGBUILD
(from rev 658371, perl-locale-maketext-lexicon/trunk/PKGBUILD)
-----------+
ChangeLog | 7 +++++++
PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
Copied: perl-locale-maketext-lexicon/repos/community-staging-any/ChangeLog (from rev 658371, perl-locale-maketext-lexicon/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog (rev 0)
+++ community-staging-any/ChangeLog 2020-07-07 13:12:50 UTC (rev 658372)
@@ -0,0 +1,7 @@
+2010-05-25 Angel Velasquez <angvp at archlinux.org>
+ * Updated PKGBUILD (removed || return 1 and added package function)
+ * bump release to 0.86
+ * Deleted empty directories on the pkg
+
+2007-07-29 Georg Grabler (STiAT) <ggrabler at gmail.com>
+* Version bump to 0.64
Copied: perl-locale-maketext-lexicon/repos/community-staging-any/PKGBUILD (from rev 658371, perl-locale-maketext-lexicon/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 13:12:50 UTC (rev 658372)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-locale-maketext-lexicon
+pkgver=1.00
+pkgrel=4
+pkgdesc="Perl/CPAN Module Locale::Maketext::Lexicon : Use other catalog formats in Maketext"
+arch=(any)
+depends=(perl)
+url="https://search.cpan.org/dist/Locale-Maketext-Lexicon"
+license=("GPL" "PerlArtistic")
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-$pkgver.tar.gz")
+md5sums=('51acf0cb00cc01a2c8f560d74dd6c593')
+
+build() {
+ cd "$srcdir"/Locale-Maketext-Lexicon-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/Locale-Maketext-Lexicon-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list