aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2013-12-26 09:09:00 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2013-12-26 09:09:00 +0000
commitd718403aebb2e68c5271c75469a23f671b321fb0 (patch)
treefe53df848e93e11d34355416e46dc4fdf0e2c173 /testing
parent8392f5d75bd9861f039d5ae6773c226d540b773f (diff)
downloadaports-d718403aebb2e68c5271c75469a23f671b321fb0.tar.bz2
aports-d718403aebb2e68c5271c75469a23f671b321fb0.tar.xz
testing/perl-ldap: move to main
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-ldap/APKBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/perl-ldap/APKBUILD b/testing/perl-ldap/APKBUILD
deleted file mode 100644
index 1f5bc68b49..0000000000
--- a/testing/perl-ldap/APKBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# Automatically generated by apkbuild-cpan, template 1
-# Contributor: Francesco Colista <francesco.colista@gmail.com>
-# Maintainer: Francesco Colista <francesco.colista@gmail.com>
-pkgname=perl-ldap
-pkgver=0.56
-pkgrel=0
-pkgdesc="LDAP client library"
-url="http://search.cpan.org/dist/perl-ldap/"
-arch="noarch"
-license="GPL PerlArtistic"
-cpandepends="perl-convert-asn1"
-cpanmakedepends=" "
-depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
-subpackages="$pkgname-doc"
-source="http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/$pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir/$pkgname-$pkgver"
-
-prepare() {
- cd "$_builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-}
-
-build() {
- cd "$_builddir"
- export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
- make && make test
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
-}
-
-md5sums="4ea517a844bad34b79f05afcfd24cc05 perl-ldap-0.56.tar.gz"
-sha256sums="bf92c5931399b2a57c7bbec7a7a02d5d7796ecff889a2f56a436592eb5d54ef7 perl-ldap-0.56.tar.gz"
-sha512sums="444c87dc47a506a8c97471e08889efd1e78c55c464d8cf17280a9b4d4d8cf840485f5c535823554c156bfa411f753d3ae8e89736d722989137ffd3fa23a45c8c perl-ldap-0.56.tar.gz"