[arch-commits] Commit in perl-libintl-perl/repos (4 files)
Felix Yan
fyan at nymeria.archlinux.org
Thu May 29 01:23:49 UTC 2014
Date: Thursday, May 29, 2014 @ 03:23:48
Author: fyan
Revision: 213751
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
perl-libintl-perl/repos/staging-i686/
perl-libintl-perl/repos/staging-i686/PKGBUILD
(from rev 213750, perl-libintl-perl/trunk/PKGBUILD)
perl-libintl-perl/repos/staging-x86_64/
perl-libintl-perl/repos/staging-x86_64/PKGBUILD
(from rev 213750, perl-libintl-perl/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: perl-libintl-perl/repos/staging-i686/PKGBUILD (from rev 213750, perl-libintl-perl/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2014-05-29 01:23:48 UTC (rev 213751)
@@ -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/staging-x86_64/PKGBUILD (from rev 213750, perl-libintl-perl/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-29 01:23:48 UTC (rev 213751)
@@ -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