[arch-commits] Commit in spambayes/repos (community-any community-any/PKGBUILD)

Johannes Löthberg demize at archlinux.org
Fri May 29 21:51:15 UTC 2015


    Date: Friday, May 29, 2015 @ 23:51:15
  Author: demize
Revision: 134319

archrelease: copy trunk to community-any

Added:
  spambayes/repos/community-any/
  spambayes/repos/community-any/PKGBUILD
    (from rev 134318, spambayes/trunk/PKGBUILD)

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: spambayes/repos/community-any/PKGBUILD (from rev 134318, spambayes/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2015-05-29 21:51:15 UTC (rev 134319)
@@ -0,0 +1,21 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=spambayes
+pkgver=1.1a6
+pkgrel=5
+
+pkgdesc="Bayesian anti-spam classifier written in Python"
+url="http://spambayes.sourceforge.net/"
+arch=('any')
+license=('PSF')
+
+depends=('python2' 'python2-lockfile' 'python2-setuptools')
+
+source=("http://downloads.sourceforge.net/sourceforge/spambayes/spambayes-$pkgver.tar.gz")
+
+md5sums=('d06ed6d097911ddc8db31b4e9663df4b')
+
+package() {
+	cd spambayes-$pkgver
+	python2 setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list