[arch-commits] Commit in perl-mime-types/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 08:49:04 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:49:03
  Author: foutrelis
Revision: 297070

archrelease: copy trunk to staging-any

Added:
  perl-mime-types/repos/staging-any/
  perl-mime-types/repos/staging-any/PKGBUILD
    (from rev 297067, perl-mime-types/trunk/PKGBUILD)

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: perl-mime-types/repos/staging-any/PKGBUILD (from rev 297067, perl-mime-types/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2017-06-01 08:49:03 UTC (rev 297070)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jan de Groot
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-mime-types
+pkgver=2.13
+pkgrel=2
+pkgdesc="Perl/CPAN Module MIME::Types : Information and processing MIME types"
+arch=('any')
+url="http://search.cpan.org/dist/MIME-Types/"
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/M/MA/MARKOV/MIME-Types-${pkgver}.tar.gz")
+md5sums=('f2892ae9e6ea660a58746699c3924817')
+
+build() {
+  cd MIME-Types-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd MIME-Types-${pkgver}
+  make test
+}
+
+package() {
+  cd MIME-Types-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list