[arch-commits] Commit in (4 files)

Felix Yan fyan at archlinux.org
Tue Jun 16 02:43:40 UTC 2015


    Date: Tuesday, June 16, 2015 @ 04:43:40
  Author: fyan
Revision: 135457

addpkg: perl-package-constants 0.06-1

Added:
  perl-package-constants/
  perl-package-constants/repos/
  perl-package-constants/trunk/
  perl-package-constants/trunk/PKGBUILD

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

Added: perl-package-constants/trunk/PKGBUILD
===================================================================
--- perl-package-constants/trunk/PKGBUILD	                        (rev 0)
+++ perl-package-constants/trunk/PKGBUILD	2015-06-16 02:43:40 UTC (rev 135457)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-package-constants
+pkgver=0.06
+pkgrel=1
+pkgdesc="List all constants declared in a package"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.mcpan.org/dist/Package-Constants'
+source=('http://search.mcpan.org/CPAN/authors/id/B/BI/BINGOS/Package-Constants-0.06.tar.gz')
+sha512sums=('a3f855435a989252551dfbd50492dcae5bdfb01efe14c2ef40679722305bb67097eb4c969023df1da00ee22d92f88e39439ebdeaae0b1f3a3fc6c561f3fa8481')
+_distdir="Package-Constants-0.06"
+
+build() {
+  cd "$srcdir/$_distdir"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: perl-package-constants/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list