[arch-commits] Commit in perl-text-iconv/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 09:16:48 UTC 2018
Date: Wednesday, August 1, 2018 @ 09:16:48
Author: bluewind
Revision: 330034
archrelease: copy trunk to staging-x86_64
Added:
perl-text-iconv/repos/staging-x86_64/
perl-text-iconv/repos/staging-x86_64/PKGBUILD
(from rev 330032, perl-text-iconv/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: perl-text-iconv/repos/staging-x86_64/PKGBUILD (from rev 330032, perl-text-iconv/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-08-01 09:16:48 UTC (rev 330034)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-text-iconv
+_realname=Text-Iconv
+pkgver=1.7
+pkgrel=15
+pkgdesc="Interface to iconv codeset conversion"
+arch=('x86_64')
+url="http://search.cpan.org/dist/${_realname}/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MP/MPIOTR/${_realname}-${pkgver}.tar.gz)
+md5sums=('81b26e069eaebb084e91ea3c009b67ae')
+
+build() {
+ cd "${srcdir}/${_realname}-${pkgver}"
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "${srcdir}/${_realname}-${pkgver}"
+ make test
+}
+
+package() {
+ cd "${srcdir}/${_realname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list