Date: Monday, December 18, 2017 @ 10:52:35 Author: bluewind Revision: 274745
extra2community: Moving perl-io-stringy from extra to community Added: perl-io-stringy/ perl-io-stringy/repos/ perl-io-stringy/trunk/ perl-io-stringy/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) Added: perl-io-stringy/trunk/PKGBUILD =================================================================== --- perl-io-stringy/trunk/PKGBUILD (rev 0) +++ perl-io-stringy/trunk/PKGBUILD 2017-12-18 10:52:35 UTC (rev 274745) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Giovanni Scafora <[email protected]> +# Contributor: François Charette <firmicus ατ gmx δοτ net> + +pkgname=perl-io-stringy +pkgver=2.111 +pkgrel=2 +pkgdesc="I/O on in-core objects like strings/arrays" +arch=('any') +url="http://search.cpan.org/dist/IO-stringy" +license=('GPL' 'PerlArtistic') +depends=('perl') +options=('!emptydirs') +source=("http://www.cpan.org/authors/id/D/DS/DSKOLL/IO-stringy-$pkgver.tar.gz") +md5sums=('e91acf0a800b190d13585a47de775bdd') + +build() { + cd "${srcdir}/IO-stringy-${pkgver}" + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make +} + +check() { + cd "${srcdir}/IO-stringy-${pkgver}" + make test +} + +package() { + cd "${srcdir}/IO-stringy-${pkgver}" + make install DESTDIR="${pkgdir}" + + find ${pkgdir} -name '.packlist' -delete + find ${pkgdir} -name '*.pod' -delete +} Property changes on: perl-io-stringy/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
