~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/libspf2: [V2] daemon and utility moved to -tools subpackage all other binaries removed

Details
Message ID
<1453366829-5187-1-git-send-email-valery.kartel@gmail.com>
Sender timestamp
1453366829
DKIM signature
missing
Download raw message
Patch: +13 -3
---
 main/libspf2/APKBUILD | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/main/libspf2/APKBUILD b/main/libspf2/APKBUILD
index 5484e46..4d22d8b 100644
--- a/main/libspf2/APKBUILD
+++ b/main/libspf2/APKBUILD
@@ -1,15 +1,16 @@
#Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libspf2
pkgver=1.2.10
pkgrel=1
pkgrel=2
pkgdesc="Sender Policy Framework library, a part of the SPF/SRS protocol pair."
url="http://www.libspf2.org"
arch="all"
license="LGPL2.1 BSD-2"
subpackages="$pkgname-dev"
subpackages="$pkgname-dev $pkgname-tools"
makedepends="autoconf automake libtool"
depends=
source="http://www.libspf2.org/spf/libspf2-$pkgver.tar.gz
source="http://www.libspf2.org/spf/$pkgname-$pkgver.tar.gz
	0001-provide-dn_skipname.patch
	libspf2-libreplace-fix.patch
	netdb_success.patch
@@ -44,6 +45,15 @@ package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
}

tools() {
	pkgdesc="SPF daemon and command-line utility"
	mkdir -p "$subpkgdir"/usr/bin "$subpkgdir"/usr/sbin
	mv "$pkgdir"/usr/bin/spfquery "$subpkgdir"/usr/bin
	mv "$pkgdir"/usr/bin/spfd "$subpkgdir"/usr/sbin
	rm -fr "$pkgdir"/usr/bin
}

md5sums="7bb9937d0705649eaa8646de66dc3562  libspf2-1.2.10.tar.gz
24b77cb74901d56de89b24ef10b46b85  0001-provide-dn_skipname.patch
6dd2d5f33c5f1a5b7c14eec4c71767cd  libspf2-libreplace-fix.patch
-- 
2.7.0



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