[arch-commits] Commit in perl-mp3-info/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Sun Sep 29 19:12:56 UTC 2013


    Date: Sunday, September 29, 2013 @ 21:12:56
  Author: eric
Revision: 195278

archrelease: copy trunk to extra-any

Added:
  perl-mp3-info/repos/extra-any/PKGBUILD
    (from rev 195277, perl-mp3-info/trunk/PKGBUILD)
Deleted:
  perl-mp3-info/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   77 +++++++++++++++++++++++--------------------------------------
 1 file changed, 30 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-29 19:12:19 UTC (rev 195277)
+++ PKGBUILD	2013-09-29 19:12:56 UTC (rev 195278)
@@ -1,47 +0,0 @@
-# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-mp3-info
-pkgver=1.24
-pkgrel=3
-pkgdesc="Manipulate / fetch info from MP3 audio files"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-url=https://metacpan.org/release/MP3-Info
-source=("http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/MP3-Info-${pkgver}.tar.gz")
-md5sums=(fb4bcc43764e3b46c3a7c74b50ed7a44)
-sha512sums=(5cefb01b369921d49a5db9b5456e29054b993d8ef083dfa3a66b3a10b1a409162f7329f8dcf5ed96966651de5de093f4e5325f545559622d034e39ad33589701)
-_distdir="${srcdir}/MP3-Info-${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
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mp3-info/repos/extra-any/PKGBUILD (from rev 195277, perl-mp3-info/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-29 19:12:56 UTC (rev 195278)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-mp3-info
+pkgver=1.24
+pkgrel=4
+pkgdesc="Manipulate / fetch info from MP3 audio files"
+arch=('any')
+url="https://metacpan.org/release/MP3-Info"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DA/DANIEL/MP3-Info-${pkgver}.tar.gz")
+sha1sums=('19f7101703c07db3a3fbe9aed4726134d41bcdb9')
+
+build() {
+  cd "${srcdir}/MP3-Info-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/MP3-Info-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/MP3-Info-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list