From 153c89da6709d7330a271be726104bbbdfcc9858 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 2 Jun 2011 14:09:33 +0000 Subject: main/perl-*: moved to main most of the have test scripts --- testing/perl-php-serialization/APKBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 testing/perl-php-serialization/APKBUILD (limited to 'testing/perl-php-serialization') diff --git a/testing/perl-php-serialization/APKBUILD b/testing/perl-php-serialization/APKBUILD deleted file mode 100644 index afe3edfc78..0000000000 --- a/testing/perl-php-serialization/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Francesco Colista -# Maintainer: Francesco Colista -pkgname=perl-php-serialization -_realname=PHP-Serialization -pkgver=0.34 -pkgrel=1 -pkgdesc="Simple flexible means of converting the output of PHP's serialize() into the equivalent Perl memory structure, and vice versa." -url="http://search.cpan.org/~bobtfish/PHP-Serialization-$pkgver" -arch="noarch" -license="GPL PerlArtistic" -depends="perl" -makedepends="perl-dev" -install= -subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/$_realname-$pkgver.tar.gz" - -_builddir="$srcdir/$_realname-$pkgver" - -build() { - cd $_builddir - PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 - make && make test || return 1 -} - -package() { - cd $_builddir - make DESTDIR="$pkgdir" install - # creates file collision among perl modules - find "$pkgdir" -name perllocal.pod -delete -} - -md5sums="333af0848ad79931875a35cc61dc22e0 PHP-Serialization-0.34.tar.gz" -- cgit v1.2.3