[arch-commits] Commit in perl-encode-locale/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Jun 10 02:22:18 UTC 2015
Date: Wednesday, June 10, 2015 @ 04:22:18
Author: fyan
Revision: 240467
archrelease: copy trunk to extra-any
Added:
perl-encode-locale/repos/extra-any/PKGBUILD
(from rev 240466, perl-encode-locale/trunk/PKGBUILD)
Deleted:
perl-encode-locale/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-06-10 02:21:49 UTC (rev 240466)
+++ PKGBUILD 2015-06-10 02:22:18 UTC (rev 240467)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-encode-locale
-pkgver=1.04
-pkgrel=1
-pkgdesc="Determine the locale encoding"
-arch=('any')
-url="http://search.cpan.org/dist/Encode-Locale"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
-sha1sums=('1f525d437d0cfc18443aaa29597b14ceaeb240c2')
-
-build() {
- cd Encode-Locale-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Encode-Locale-$pkgver
- make test
-}
-
-package() {
- cd Encode-Locale-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: perl-encode-locale/repos/extra-any/PKGBUILD (from rev 240466, perl-encode-locale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-06-10 02:22:18 UTC (rev 240467)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-encode-locale
+pkgver=1.05
+pkgrel=1
+pkgdesc="Determine the locale encoding"
+arch=('any')
+url="http://search.cpan.org/dist/Encode-Locale"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Encode-Locale-$pkgver.tar.gz)
+sha1sums=('1e1632e869cb76e3fdbda0a83a192190ed178d60')
+
+build() {
+ cd Encode-Locale-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Encode-Locale-$pkgver
+ make test
+}
+
+package() {
+ cd Encode-Locale-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list