mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/perl-email-mime-attachment-stripper: new aport
This commit is contained in:
parent
773fc6acc9
commit
4996db4ce0
39
testing/perl-email-mime-attachment-stripper/APKBUILD
Normal file
39
testing/perl-email-mime-attachment-stripper/APKBUILD
Normal file
@ -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-mime-attachment-stripper
|
||||
_pkgreal=Email-MIME-Attachment-Stripper
|
||||
pkgver=1.316
|
||||
pkgrel=0
|
||||
pkgdesc="strip the attachments from an email"
|
||||
url="http://search.cpan.org/dist/Email-MIME-Attachment-Stripper/"
|
||||
arch="noarch"
|
||||
license="GPL PerlArtistic"
|
||||
cpandepends="perl-email-mime-contenttype perl-email-mime"
|
||||
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="b86eb6a18144b24279517349da96b582 Email-MIME-Attachment-Stripper-1.316.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user