[arch-commits] Commit in perl-locale-maketext-lexicon/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 23:08:45 UTC 2018


    Date: Friday, November 9, 2018 @ 23:08:44
  Author: foutrelis
Revision: 405167

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 405166, perl-locale-maketext-lexicon/trunk/ChangeLog)
  perl-locale-maketext-lexicon/repos/community-staging-any/PKGBUILD
    (from rev 405166, 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 405166, perl-locale-maketext-lexicon/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog	                        (rev 0)
+++ community-staging-any/ChangeLog	2018-11-09 23:08:44 UTC (rev 405167)
@@ -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 405166, perl-locale-maketext-lexicon/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:08:44 UTC (rev 405167)
@@ -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=3
+pkgdesc="Perl/CPAN Module Locale::Maketext::Lexicon : Use other catalog formats in Maketext"
+arch=(any)
+depends=(perl)
+url="http://search.cpan.org/dist/Locale-Maketext-Lexicon"
+license=("GPL" "PerlArtistic")
+options=(!emptydirs)
+source=("http://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