[arch-commits] Commit in hashcash/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri May 30 11:05:17 UTC 2014


    Date: Friday, May 30, 2014 @ 13:05:15
  Author: spupykin
Revision: 112227

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hashcash/repos/community-i686/PKGBUILD
    (from rev 112226, hashcash/trunk/PKGBUILD)
  hashcash/repos/community-x86_64/PKGBUILD
    (from rev 112226, hashcash/trunk/PKGBUILD)
Deleted:
  hashcash/repos/community-i686/PKGBUILD
  hashcash/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 -------------------
 community-x86_64/PKGBUILD |   26 -------------------
 3 files changed, 60 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-30 11:05:02 UTC (rev 112226)
+++ community-i686/PKGBUILD	2014-05-30 11:05:15 UTC (rev 112227)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=hashcash
-pkgver=1.22
-pkgrel=3
-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')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  if [ "${CARCH}" = "x86_64" ]; then
-    make generic-openssl
-  else
-    make x86-openssl
-  fi
-  install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
-  install -Dm755 sha1 ${pkgdir}/usr/bin/sha1
-  install -Dm755 hashcash.1 ${pkgdir}/usr/share/man/man1/hashcash.1
-}

Copied: hashcash/repos/community-i686/PKGBUILD (from rev 112226, hashcash/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-30 11:05:15 UTC (rev 112227)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=hashcash
+pkgver=1.22
+pkgrel=4
+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')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  if [ "${CARCH}" = "x86_64" ]; then
+    make generic-openssl LIBCRYPTO=-lcrypto
+  else
+    make x86-openssl LIBCRYPTO=-lcrypto
+  fi
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
+  install -Dm755 sha1 ${pkgdir}/usr/bin/sha1
+  install -Dm755 hashcash.1 ${pkgdir}/usr/share/man/man1/hashcash.1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-30 11:05:02 UTC (rev 112226)
+++ community-x86_64/PKGBUILD	2014-05-30 11:05:15 UTC (rev 112227)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=hashcash
-pkgver=1.22
-pkgrel=3
-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')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  if [ "${CARCH}" = "x86_64" ]; then
-    make generic-openssl
-  else
-    make x86-openssl
-  fi
-  install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
-  install -Dm755 sha1 ${pkgdir}/usr/bin/sha1
-  install -Dm755 hashcash.1 ${pkgdir}/usr/share/man/man1/hashcash.1
-}

Copied: hashcash/repos/community-x86_64/PKGBUILD (from rev 112226, hashcash/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-30 11:05:15 UTC (rev 112227)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=hashcash
+pkgver=1.22
+pkgrel=4
+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')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  if [ "${CARCH}" = "x86_64" ]; then
+    make generic-openssl LIBCRYPTO=-lcrypto
+  else
+    make x86-openssl LIBCRYPTO=-lcrypto
+  fi
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
+  install -Dm755 sha1 ${pkgdir}/usr/bin/sha1
+  install -Dm755 hashcash.1 ${pkgdir}/usr/share/man/man1/hashcash.1
+}




More information about the arch-commits mailing list