From 0e572da1852de5d350bfa95885600ea21f7343a9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 17 Mar 2010 15:35:18 +0100 Subject: add spampd Signed-off-by: Florian Pritz --- spampd/PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 spampd/PKGBUILD (limited to 'spampd/PKGBUILD') diff --git a/spampd/PKGBUILD b/spampd/PKGBUILD new file mode 100644 index 0000000..7e9ee9e --- /dev/null +++ b/spampd/PKGBUILD @@ -0,0 +1,36 @@ +# Contributor: Florian "Bluewind" Pritz +pkgname=spampd +pkgver=2.30 +pkgrel=1 +pkgdesc="Spamassassin Proxy Daemon" +arch=('any') +url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm" +license=('GPL') +groups=() +depends=('perl' 'perl-net-server') +makedepends=() +provides=() +conflicts=() +replaces=() +backup=(etc/conf.d/spampd) +options=() +install=spampd.install +source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz" + rc-script rc-config) +noextract=() +md5sums=('742c6f2cb75db54e59d044a8ee40445f' + '769f8a73765a0e7d235c9909aeb7ede9' + '637c2d93f76ba90d217e2418af64c9ec') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + make + install -Dm755 spampd "$pkgdir/usr/bin/spampd" + install -Dm755 "$srcdir/rc-script" "$pkgdir/etc/rc.d/spampd" + install -Dm644 "$srcdir/rc-config" "$pkgdir/etc/conf.d/spampd" + install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz" + install -m644 changelog.txt "$startdir/ChangeLog" +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-24-g4f1b From c6231092427aacb1f3b5eeb592f368a5ab9ec185 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 17 Mar 2010 15:38:22 +0100 Subject: spampd: clean up PKGBUILD Signed-off-by: Florian Pritz --- spampd/PKGBUILD | 7 ------- 1 file changed, 7 deletions(-) (limited to 'spampd/PKGBUILD') diff --git a/spampd/PKGBUILD b/spampd/PKGBUILD index 7e9ee9e..53eacd9 100644 --- a/spampd/PKGBUILD +++ b/spampd/PKGBUILD @@ -6,18 +6,11 @@ pkgdesc="Spamassassin Proxy Daemon" arch=('any') url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm" license=('GPL') -groups=() depends=('perl' 'perl-net-server') -makedepends=() -provides=() -conflicts=() -replaces=() backup=(etc/conf.d/spampd) -options=() install=spampd.install source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz" rc-script rc-config) -noextract=() md5sums=('742c6f2cb75db54e59d044a8ee40445f' '769f8a73765a0e7d235c9909aeb7ede9' '637c2d93f76ba90d217e2418af64c9ec') -- cgit v1.2.3-24-g4f1b From 13a4f328ac7ceccedcadfca574e22098cf35e2df Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 17 Mar 2010 20:23:20 +0100 Subject: spampd: add dependency Signed-off-by: Florian Pritz --- spampd/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spampd/PKGBUILD') diff --git a/spampd/PKGBUILD b/spampd/PKGBUILD index 53eacd9..f9c7abd 100644 --- a/spampd/PKGBUILD +++ b/spampd/PKGBUILD @@ -1,12 +1,12 @@ # Contributor: Florian "Bluewind" Pritz pkgname=spampd pkgver=2.30 -pkgrel=1 +pkgrel=2 pkgdesc="Spamassassin Proxy Daemon" arch=('any') url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm" license=('GPL') -depends=('perl' 'perl-net-server') +depends=('perl' 'perl-net-server' 'spamassassin') backup=(etc/conf.d/spampd) install=spampd.install source=("http://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz" -- cgit v1.2.3-24-g4f1b