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

Florian Pritz bluewind at archlinux.org
Thu Jun 1 18:17:22 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:17:22
  Author: bluewind
Revision: 232526

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-gdgraph/repos/community-staging-any/PKGBUILD (from rev 232525, perl-gdgraph/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 18:17:22 UTC (rev 232526)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-gdgraph
+pkgver=1.54
+pkgrel=2
+pkgdesc="Create charts using GD"
+arch=('any')
+url="http://search.cpan.org/dist/GDGraph"
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd>=1.18' 'perl-gdtextutil>=0.80')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
+sha256sums=('b96f5c10b656c17d16ab65a1777c908297b028d3b6815f6d54b2337f006bfa4f')
+
+build() {
+  cd  "$srcdir"/GDGraph-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/GDGraph-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list