Created
February 8, 2014 23:16
-
-
Save viq/8891816 to your computer and use it in GitHub Desktop.
This makes spambayes actually package on Arch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Adopted | |
| # Contributor: Michael Hiller <glako-at-sojasau.de> | |
| pkgname=spambayes | |
| pkgver=1.1a6 | |
| pkgrel=3 | |
| pkgdesc="Bayesian anti-spam classifier written in Python" | |
| arch=('i686' 'x86_64') | |
| url="http://spambayes.sourceforge.net/" | |
| license=('PSF') | |
| makedepends=('tar') | |
| depends=('python2') | |
| source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") | |
| md5sums=('d06ed6d097911ddc8db31b4e9663df4b') | |
| package() { | |
| cd $startdir/src/$pkgname-$pkgver | |
| python2 setup.py install --root="$pkgdir" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment