diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-03-17 15:38:22 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-03-17 15:38:22 +0100 |
commit | c6231092427aacb1f3b5eeb592f368a5ab9ec185 (patch) | |
tree | 887b25f18ce0c81d2f4fc5fdd3d3c148f6668ec7 /spampd/PKGBUILD | |
parent | 0e572da1852de5d350bfa95885600ea21f7343a9 (diff) | |
download | aur-packages-c6231092427aacb1f3b5eeb592f368a5ab9ec185.tar.gz aur-packages-c6231092427aacb1f3b5eeb592f368a5ab9ec185.tar.xz |
spampd: clean up PKGBUILD
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'spampd/PKGBUILD')
-rw-r--r-- | spampd/PKGBUILD | 7 |
1 files changed, 0 insertions, 7 deletions
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') |