summaryrefslogtreecommitdiff
path: root/community/hashcash
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-18 23:15:18 +0000
committerroot <root@rshg054.dnsready.net>2011-11-18 23:15:18 +0000
commit126af148530f656a2ed192a852477b2ee97d5397 (patch)
tree8ffc6ca622df6bd9d9a17cbacfd394bba287d84b /community/hashcash
parent029ccb02a25d48cdc39a7e749c17fa8bc9fb84e3 (diff)
Fri Nov 18 23:15:18 UTC 2011
Diffstat (limited to 'community/hashcash')
-rw-r--r--community/hashcash/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/hashcash/PKGBUILD b/community/hashcash/PKGBUILD
index 1d22902b3..f77b2f304 100644
--- a/community/hashcash/PKGBUILD
+++ b/community/hashcash/PKGBUILD
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD 5144 2009-11-07 00:41:40Z ibiru $
+# $Id: PKGBUILD 58693 2011-11-17 15:59:12Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Charles Mauch <cmauch@gmail.com>
pkgname=hashcash
pkgver=1.22
pkgrel=2
-pkgdesc="Hashcash is a denial-of-service counter measure tool for email/spam."
+pkgdesc="a denial-of-service counter measure tool for email/spam."
arch=('i686' 'x86_64')
url="http://www.hashcash.org"
license=('GPL')
depends=( 'glibc' )
-source=(http://www.hashcash.org/source/${pkgname}-${pkgver}.tgz)
-md5sums=(31fae207061841dffc7b90ee18e3d0fa)
+source=(http://www.hashcash.org/source/${pkgname}-${pkgver}.tgz)
+md5sums=('31fae207061841dffc7b90ee18e3d0fa')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
if [ "${CARCH}" = "x86_64" ]; then
- make generic-openssl || return 1
- else make x86-openssl || return 1
+ make generic-openssl
+ else
+ make x86-openssl
fi
install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
install -Dm755 sha1 ${pkgdir}/usr/bin/sha1