summaryrefslogtreecommitdiff
path: root/community/hashcash/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-09-19 11:59:33 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-09-19 11:59:33 -0500
commite40531aab32ff93b1f9da20d8a43a440d8dffaca (patch)
tree837260c74cb8eef56e640ee52b2e329e13719276 /community/hashcash/PKGBUILD
parent6fab33c9210eaa90d0a0179f7e49c339ea88990f (diff)
parent171f25215eee368fe64f1eed02ce49de090f4b0d (diff)
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'community/hashcash/PKGBUILD')
-rw-r--r--community/hashcash/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/hashcash/PKGBUILD b/community/hashcash/PKGBUILD
index 35ef2038d..24ba4a3bf 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' 'mips64el')
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