summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2009-06-12 07:45:43 +0000
committerLeonardo Arena <rnalrd@gmail.com>2009-06-12 07:45:43 +0000
commit776698baf1a8a0d752615b1e2e99c7b22faf000b (patch)
tree557a6573926066a4e62940398224ccbe5b45ef10 /testing
parent9333df78a06334a4ccf43c45c89200cdd0f16717 (diff)
extra/perl-io-stringy: moved to extra
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-io-stringy/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/perl-io-stringy/APKBUILD b/testing/perl-io-stringy/APKBUILD
deleted file mode 100644
index f25ce2164c4..00000000000
--- a/testing/perl-io-stringy/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: Leonardo Arena <rnalrd@gmail.com>
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=perl-io-stringy
-_realname=IO-stringy
-pkgver=2.110
-pkgrel=0
-pkgdesc="A Perl module for I/O on in-core objects like strings and arrays"
-url="http://search.cpan.org/~dskoll/IO-stringy-2.110/"
-license="unknown"
-depends="perl"
-makedepends="perl-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/$_realname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
- make || return 1
- make DESTDIR="$pkgdir" install
- # creates file collision among perl modules
- rm $pkgdir/usr/lib/perl5/5.10.0/i686-linux/perllocal.pod
-}
-
-md5sums="2e6a976cfa5521e815c1fdf4006982de IO-stringy-2.110.tar.gz"