~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/perl-mail-spf: remove /usr/bin, /usr/sbin scripts because of conflict with /main/libspf library

Details
Message ID
<1450050773-15506-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1450050773
DKIM signature
missing
Download raw message
Patch: +5 -1
---
 main/perl-mail-spf/APKBUILD | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/main/perl-mail-spf/APKBUILD b/main/perl-mail-spf/APKBUILD
index 94dd3f8..b7f34e6 100644
--- a/main/perl-mail-spf/APKBUILD
+++ b/main/perl-mail-spf/APKBUILD
@@ -1,9 +1,10 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer:  Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=perl-mail-spf
_realname=Mail-SPF
pkgver=2.9.0
pkgrel=1
pkgrel=2
pkgdesc="An object-oriented implementation of Sender Policy Framework"
url="http://search.cpan.org/~jmehnle/Mail-SPF-v2.006/"
arch="noarch"
@@ -34,6 +35,9 @@ build() {
package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install
	mv "$pkgdir"/usr/share/perl5/vendor_perl/* "$pkgdir"/usr/lib/perl5/vendor_perl
	rm -fr "$pkgdir"/usr/share/perl5
	rm -fr "$pkgdir"/usr/bin "$pkgdir"/usr/sbin
}

md5sums="664e20d79c87fa505080f362e827dace  Mail-SPF-v2.9.0.tar.gz"
-- 
2.6.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)