[arch-commits] Commit in perl-html-element-extended/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:10:42 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:10:42
Author: bluewind
Revision: 366292
archrelease: copy trunk to community-staging-any
Added:
perl-html-element-extended/repos/community-staging-any/
perl-html-element-extended/repos/community-staging-any/PKGBUILD
(from rev 366291, perl-html-element-extended/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: perl-html-element-extended/repos/community-staging-any/PKGBUILD (from rev 366291, perl-html-element-extended/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 09:10:42 UTC (rev 366292)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrew Simmons <andrew.simmons at gmail.com>
+
+pkgname=perl-html-element-extended
+pkgver=1.18
+pkgrel=6
+pkgdesc="Perl extension for HTML::Element"
+arch=('any')
+url="http://search.cpan.org/dist/HTML-Element-Extended/"
+license=('GPL')
+depends=('perl')
+conflicts=('perl-html-elementtable')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSISK/HTML-Element-Extended-$pkgver.tar.gz")
+md5sums=('41ec9dcc7cefa03b204d0e8ca8e1c112')
+
+build() {
+ cd "$srcdir"/HTML-Element-Extended-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/HTML-Element-Extended-$pkgver
+ make install DESTDIR="$pkgdir"
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list