[arch-commits] Commit in perl-config-simple/repos/extra-any (PKGBUILD PKGBUILD)

Florian Pritz bluewind at nymeria.archlinux.org
Wed Sep 25 20:15:57 UTC 2013


    Date: Wednesday, September 25, 2013 @ 22:15:57
  Author: bluewind
Revision: 195158

archrelease: copy trunk to extra-any

Added:
  perl-config-simple/repos/extra-any/PKGBUILD
    (from rev 195157, perl-config-simple/trunk/PKGBUILD)
Deleted:
  perl-config-simple/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-25 20:15:40 UTC (rev 195157)
+++ PKGBUILD	2013-09-25 20:15:57 UTC (rev 195158)
@@ -1,39 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-config-simple
-pkgver=4.59
-pkgrel=5
-pkgdesc="Simple configuration file class to create and read config files"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-url="http://search.cpan.org/~sherzodr/Config-Simple"
-source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHERZODR/Config-Simple-${pkgver}.tar.gz")
-md5sums=('96513b61c7db591339ce2577878a3b32')
-_distdir="${srcdir}/Config-Simple-${pkgver}"
-
-build() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-    PERL_AUTOINSTALL=--skipdeps                            \
-    PERL_MM_OPT="INSTALLDIRS=vendor"     \
-    PERL_MB_OPT="--installdirs vendor" \
-    MODULEBUILDRC=/dev/null
-
-  cd "$_distdir"
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-  cd "$_distdir"
-  make test
-}
-
-package() {
-  cd "$_distdir"
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-

Copied: perl-config-simple/repos/extra-any/PKGBUILD (from rev 195157, perl-config-simple/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-25 20:15:57 UTC (rev 195158)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-config-simple
+pkgver=4.59
+pkgrel=6
+pkgdesc="Simple configuration file class to create and read config files"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+url="http://search.cpan.org/~sherzodr/Config-Simple"
+source=("http://search.cpan.org/CPAN/authors/id/S/SH/SHERZODR/Config-Simple-${pkgver}.tar.gz")
+md5sums=('96513b61c7db591339ce2577878a3b32')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+    PERL_AUTOINSTALL=--skipdeps                            \
+    PERL_MM_OPT="INSTALLDIRS=vendor"     \
+    PERL_MB_OPT="--installdirs vendor" \
+    MODULEBUILDRC=/dev/null
+
+  cd "${srcdir}/Config-Simple-${pkgver}"
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  cd "${srcdir}/Config-Simple-${pkgver}"
+  make test
+}
+
+package() {
+  cd "$_distdir"
+  cd "${srcdir}/Config-Simple-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+




More information about the arch-commits mailing list