[arch-commits] Commit in perl-chart/repos (2 files)

Florian Pritz bluewind at archlinux.org
Thu Jun 1 17:42:15 UTC 2017


    Date: Thursday, June 1, 2017 @ 17:42:14
  Author: bluewind
Revision: 232424

archrelease: copy trunk to community-staging-any

Added:
  perl-chart/repos/community-staging-any/
  perl-chart/repos/community-staging-any/PKGBUILD
    (from rev 232423, perl-chart/trunk/PKGBUILD)

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

Copied: perl-chart/repos/community-staging-any/PKGBUILD (from rev 232423, perl-chart/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 17:42:14 UTC (rev 232424)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-chart
+pkgver=2.4.10
+pkgrel=2
+pkgdesc="Business chart widget collection"
+arch=('any')
+url="http://search.cpan.org/dist/Chart"
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd>=1.2')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-$pkgver.tar.gz)
+md5sums=('f493c2b3c4594e92716b956a367cc93a')
+
+build() {
+  cd  "$srcdir"/Chart-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Chart-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list