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

Johannes Löthberg demize at archlinux.org
Mon Jul 10 18:11:56 UTC 2017


    Date: Monday, July 10, 2017 @ 18:11:56
  Author: demize
Revision: 243766

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

Added:
  rhash/repos/community-testing-i686/
  rhash/repos/community-testing-i686/PKGBUILD
    (from rev 243765, rhash/trunk/PKGBUILD)
  rhash/repos/community-testing-x86_64/
  rhash/repos/community-testing-x86_64/PKGBUILD
    (from rev 243765, rhash/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   45 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   45 ++++++++++++++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

Copied: rhash/repos/community-testing-i686/PKGBUILD (from rev 243765, rhash/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-07-10 18:11:56 UTC (rev 243766)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: 謝致邦 <Yeking at Red54.com>
+# Contributor: cantabile <cantabile dot desu at gmail dot com>
+# Contributor: reMiND <detanator at gmail.com>
+
+pkgname=rhash
+pkgver=1.3.4
+pkgrel=2
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz")
+
+sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}

Copied: rhash/repos/community-testing-x86_64/PKGBUILD (from rev 243765, rhash/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-07-10 18:11:56 UTC (rev 243766)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: 謝致邦 <Yeking at Red54.com>
+# Contributor: cantabile <cantabile dot desu at gmail dot com>
+# Contributor: reMiND <detanator at gmail.com>
+
+pkgname=rhash
+pkgver=1.3.4
+pkgrel=2
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz")
+
+sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}



More information about the arch-commits mailing list