[arch-commits] Commit in perl-libintl-perl/repos (6 files)

Florian Pritz bluewind at nymeria.archlinux.org
Sun Jun 1 11:09:37 UTC 2014


    Date: Sunday, June 1, 2014 @ 13:09:37
  Author: bluewind
Revision: 213989

db-move: moved perl-libintl-perl from [staging] to [testing] (i686, x86_64)

Added:
  perl-libintl-perl/repos/testing-i686/
  perl-libintl-perl/repos/testing-i686/PKGBUILD
    (from rev 213950, perl-libintl-perl/repos/staging-i686/PKGBUILD)
  perl-libintl-perl/repos/testing-x86_64/
  perl-libintl-perl/repos/testing-x86_64/PKGBUILD
    (from rev 213950, perl-libintl-perl/repos/staging-x86_64/PKGBUILD)
Deleted:
  perl-libintl-perl/repos/staging-i686/
  perl-libintl-perl/repos/staging-x86_64/

-------------------------+
 testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: perl-libintl-perl/repos/testing-i686/PKGBUILD (from rev 213950, perl-libintl-perl/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-06-01 11:09:37 UTC (rev 213989)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.23
+pkgrel=3
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('gettext' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}

Copied: perl-libintl-perl/repos/testing-x86_64/PKGBUILD (from rev 213950, perl-libintl-perl/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-06-01 11:09:37 UTC (rev 213989)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: kevin <kevin at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.23
+pkgrel=3
+pkgdesc="Perl Module: Localization support"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('gettext' 'perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GU/GUIDO/${_realname}-$pkgver.tar.gz)
+md5sums=('2e79dc842af1c9efc14fbe6664dc89bf')
+
+build() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-$pkgver"
+  make install DESTDIR="${pkgdir}"
+}




More information about the arch-commits mailing list