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

Florian Pritz bluewind at archlinux.org
Sun May 27 07:43:28 UTC 2012


    Date: Sunday, May 27, 2012 @ 03:43:27
  Author: bluewind
Revision: 159896

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

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

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: perl-libintl-perl/repos/testing-i686/PKGBUILD (from rev 159819, perl-libintl-perl/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-05-27 07:43:27 UTC (rev 159896)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: kevin <kevin at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=perl-libintl-perl
+_realname=libintl-perl
+pkgver=1.20
+pkgrel=4
+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=('cb36f58a7d2e15974f25b35381548b1b')
+
+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