[arch-commits] Commit in perl-yaml/repos (community-any community-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Aug 7 04:28:35 UTC 2014


    Date: Thursday, August 7, 2014 @ 06:28:34
  Author: fyan
Revision: 219364

archrelease: copy trunk to community-any

Added:
  perl-yaml/repos/community-any/
  perl-yaml/repos/community-any/PKGBUILD
    (from rev 219363, perl-yaml/trunk/PKGBUILD)

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

Copied: perl-yaml/repos/community-any/PKGBUILD (from rev 219363, perl-yaml/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-08-07 04:28:34 UTC (rev 219364)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-yaml
+pkgver=0.99
+pkgrel=1
+pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language"
+arch=('any')
+url="http://search.cpan.org/dist/YAML/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-yaml')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
+sha1sums=('f697837b43be25eb57b392bb0f04df192efbd81f')
+
+build() {
+  cd YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd YAML-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list