From a4ae9b923f8d3e42ed749482fc8d3fa7c25ec247 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 1 Feb 2011 22:12:09 +0000 Subject: testing/perl-php-serialize : converts the output of PHP's serialize() into the equivalent Perl memory structure and vice versa. --- testing/perl-php-serialization/APKBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create 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 new file mode 100644 index 0000000000..0bc208154b --- /dev/null +++ b/testing/perl-php-serialization/APKBUILD @@ -0,0 +1,32 @@ +# Contributor: Francesco Colista +# Maintainer: Francesco Colista +pkgname=perl-php-serialization +_realname=PHP-Serialization +pkgver=0.34 +pkgrel=0 +pkgdesc="simple flexible means of converting the output of PHP's serialize() into the equivalent Perl memory structure, and vice versa." +url="ihttp://search.cpan.org/~bobtfish/PHP-Serialization-0.34/" +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 || 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