Skip to content

Instantly share code, notes, and snippets.

@richli
Created May 29, 2014 06:30
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save richli/1afc26451a5a05d10699 to your computer and use it in GitHub Desktop.
Arch PKGBUILD for pyzor
# Maintainer: John Lane <archlinux at jelmail dot com>
# Contributor: Rich Li <rich@dranek.com>
pkgname=pyzor
pkgver=0.7.0
pkgrel=1
pkgdesc="Detect and block spam using identifying digests of messages."
arch=('any')
url="http://pyzor.sourceforge.net/"
license=('GPL')
makedepends=('python2-setuptools')
depends=('python2')
source=(https://pypi.python.org/packages/source/p/pyzor/${pkgname}-${pkgver}.tar.gz)
md5sums=('1407c863ab3bc5454e6e2186f29572d1')
package() {
cd "$srcdir"/$pkgname-$pkgver
python2 setup.py install --root="$pkgdir" --optimize=1
}
@johnlane
Copy link

This has been applied to the AUR package,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment