aboutsummaryrefslogtreecommitdiffstats
path: root/community/perl-digest-bubblebabble
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-26 12:50:16 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-26 12:58:02 +0000
commitdbdc0b2db5a9ed4d85d541454eb3eb1dc1060121 (patch)
tree594666317e11e37b7acb711f37cb525ada3afe72 /community/perl-digest-bubblebabble
parentaf0be2db0eb97e383ff859cf460f132399d0da8f (diff)
downloadaports-dbdc0b2db5a9ed4d85d541454eb3eb1dc1060121.tar.bz2
aports-dbdc0b2db5a9ed4d85d541454eb3eb1dc1060121.tar.xz
community/perl-digest-bubblebabble: moved from testing
Diffstat (limited to 'community/perl-digest-bubblebabble')
-rw-r--r--community/perl-digest-bubblebabble/APKBUILD37
1 files changed, 37 insertions, 0 deletions
diff --git a/community/perl-digest-bubblebabble/APKBUILD b/community/perl-digest-bubblebabble/APKBUILD
new file mode 100644
index 0000000000..ae262e96c8
--- /dev/null
+++ b/community/perl-digest-bubblebabble/APKBUILD
@@ -0,0 +1,37 @@
+# Automatically generated by apkbuild-cpan, template 1
+# Contributor: Francesco Colista <fcolista@alpinelinux.org>
+# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
+pkgname=perl-digest-bubblebabble
+_pkgreal=Digest-BubbleBabble
+pkgver=0.02
+pkgrel=0
+pkgdesc="Create bubble-babble fingerprints"
+url="http://search.cpan.org/dist/Digest-BubbleBabble/"
+arch="noarch"
+license="GPL PerlArtistic"
+cpandepends=""
+cpanmakedepends=""
+depends="$cpandepends"
+makedepends="perl-dev $cpanmakedepends"
+subpackages="$pkgname-doc"
+source="http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/$_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="4d7edd5b0a904db8194aa660d502fbe0 Digest-BubbleBabble-0.02.tar.gz"