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

Florian Pritz bluewind at archlinux.org
Wed Aug 1 11:57:20 UTC 2018


    Date: Wednesday, August 1, 2018 @ 11:57:19
  Author: bluewind
Revision: 366598

archrelease: copy trunk to community-staging-any

Added:
  perl-xml-smart/repos/community-staging-any/
  perl-xml-smart/repos/community-staging-any/PKGBUILD
    (from rev 366597, perl-xml-smart/trunk/PKGBUILD)

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

Copied: perl-xml-smart/repos/community-staging-any/PKGBUILD (from rev 366597, perl-xml-smart/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-08-01 11:57:19 UTC (rev 366598)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-xml-smart
+pkgver=1.79
+pkgrel=4
+pkgdesc="Perl/CPAN Module XML::Smart"
+arch=("any")
+url="http://search.cpan.org/dist/XML-Smart"
+license=("GPL" "PerlArtistic")
+source=("http://search.cpan.org/CPAN/authors/id/T/TM/TMHARISH/XML-Smart-$pkgver.tar.gz")
+md5sums=('5297714daaa94de35a2f203864fe06f2')
+
+build() {
+  cd "$srcdir"/XML-Smart-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/XML-Smart-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list