aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2011-11-11 19:48:26 +0000
committerJeff Bilyk <jbilyk@gmail.com>2011-11-11 19:48:26 +0000
commit9cc5a55011d53ea02d92fb21b8cba8560f91afa4 (patch)
tree4072c7db72dae0ebd5f03286ad0014bd0ad56678
parentee3c31d0d142a22e0a1d636c23a7021a5b41de0f (diff)
downloadaports-9cc5a55011d53ea02d92fb21b8cba8560f91afa4.tar.bz2
aports-9cc5a55011d53ea02d92fb21b8cba8560f91afa4.tar.xz
testing/perl-crypt-des: new aport
-rw-r--r--testing/perl-crypt-des/APKBUILD37
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/perl-crypt-des/APKBUILD b/testing/perl-crypt-des/APKBUILD
new file mode 100644
index 0000000000..2bc1e88b21
--- /dev/null
+++ b/testing/perl-crypt-des/APKBUILD
@@ -0,0 +1,37 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Alpine Test Buildozer <alpine-infra@alpinelinux.org>
+# Maintainer: Alpine Test Buildozer <alpine-infra@alpinelinux.org>
+pkgname=perl-crypt-des
+_pkgreal=Crypt-DES
+pkgver=2.05
+pkgrel=0
+pkgdesc="unknown"
+url="http://search.cpan.org/dist/Crypt-DES/"
+arch="all"
+license="GPL PerlArtistic"
+cpandepends=""
+cpanmakedepends=""
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/$_pkgreal-$pkgver.tar.gz"
+
+_builddir="$srcdir/$_pkgreal-$pkgver"
+
+prepare() {
+ cd "$_builddir"
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+}
+
+build() {
+ cd "$_builddir"
+ make && make test
+}
+
+package() {
+ cd "$_builddir"
+ make DESTDIR="$pkgdir" install || return 1
+ find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
+}
+
+md5sums="a8a0bea7064e11d2af434f3e468c17bb Crypt-DES-2.05.tar.gz"