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

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 18:01:58
  Author: spupykin
Revision: 212954

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

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

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: hashcash/repos/community-staging-i686/PKGBUILD (from rev 212953, 
hashcash/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-17 18:01:58 UTC (rev 212954)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=hashcash
+pkgver=1.22
+pkgrel=5
+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
+}

Copied: hashcash/repos/community-staging-x86_64/PKGBUILD (from rev 212953, 
hashcash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-17 18:01:58 UTC (rev 212954)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=hashcash
+pkgver=1.22
+pkgrel=5
+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
+}


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

2014-05-30 Thread Sergej Pupykin
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 
-# Maintainer: Charles Mauch 
-
-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 
+# Maintainer: Charles Mauch 
+
+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 
-# Maintainer: Charles Mauch 
-
-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 
+# Maintainer: Charles Mauch 
+
+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
+}