diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2012-10-27 17:18:19 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2012-10-27 17:18:19 +0000 |
commit | e2e02288c522d9ed7d211e6374f93fdeb9e88f99 (patch) | |
tree | 69e765ac075bb031bfb760470291bb830d8a6eea /testing/perl-email-reply/APKBUILD | |
parent | 4996db4ce07aa111ef994964f05448e3acd1a784 (diff) | |
download | aports-e2e02288c522d9ed7d211e6374f93fdeb9e88f99.tar.bz2 aports-e2e02288c522d9ed7d211e6374f93fdeb9e88f99.tar.xz |
testing/perl-email-reply: new aport
Diffstat (limited to 'testing/perl-email-reply/APKBUILD')
-rw-r--r-- | testing/perl-email-reply/APKBUILD | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/testing/perl-email-reply/APKBUILD b/testing/perl-email-reply/APKBUILD new file mode 100644 index 0000000000..3842b30aff --- /dev/null +++ b/testing/perl-email-reply/APKBUILD @@ -0,0 +1,39 @@ +# Automatically generated by apkbuild-cpan, template 1 +# Contributor: Francesco Colista <francesco.colista@gmail.com> +# Maintainer: Francesco Colista <francesco.colista@gmail.com> +pkgname=perl-email-reply +_pkgreal=Email-Reply +pkgver=1.202 +pkgrel=0 +pkgdesc="Reply to a Message" +url="http://search.cpan.org/dist/Email-Reply/" +arch="noarch" +license="GPL PerlArtistic" +cpandepends="perl-email-abstract perl-email-mime perl-email-address" +cpanmakedepends=" " +depends="$cpandepends" +makedepends="perl-dev $cpanmakedepends" +subpackages="$pkgname-doc" +source="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$_pkgreal-$pkgver.tar.gz" + +_builddir="$srcdir/$_pkgreal-$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="a1d1758016232c98e4119b653d7e1421 Email-Reply-1.202.tar.gz" |