[arch-commits] Commit in perl-local-lib/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Fri Apr 22 18:23:29 UTC 2016
Date: Friday, April 22, 2016 @ 20:23:28
Author: spupykin
Revision: 171601
archrelease: copy trunk to community-any
Added:
perl-local-lib/repos/community-any/PKGBUILD
(from rev 171600, perl-local-lib/trunk/PKGBUILD)
Deleted:
perl-local-lib/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-22 18:23:17 UTC (rev 171600)
+++ PKGBUILD 2016-04-22 18:23:28 UTC (rev 171601)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=perl-local-lib
-pkgver=2.000018
-pkgrel=1
-pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
-arch=('any')
-url="http://search.cpan.org/dist/local-lib/"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz")
-md5sums=('3549e7a9ad065550a11a43dedc3ba0e5')
-
-build() {
- cd local-lib-${pkgver}
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd local-lib-${pkgver}
- make test
-}
-
-package() {
- cd local-lib-${pkgver}
- make DESTDIR="$pkgdir" install
-}
Copied: perl-local-lib/repos/community-any/PKGBUILD (from rev 171600, perl-local-lib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-04-22 18:23:28 UTC (rev 171601)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-local-lib
+pkgver=2.000019
+pkgrel=1
+pkgdesc="Create and use a local lib/ for perl modules with PERL5LIB"
+arch=('any')
+url="http://search.cpan.org/dist/local-lib/"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/local-lib-$pkgver.tar.gz")
+md5sums=('98b6d973b7962b68ecf1479a5b12a159')
+
+build() {
+ cd local-lib-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd local-lib-${pkgver}
+ make test
+}
+
+package() {
+ cd local-lib-${pkgver}
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list