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

Levente Polyak anthraxx at archlinux.org
Fri Mar 3 01:13:07 UTC 2017


    Date: Friday, March 3, 2017 @ 01:13:06
  Author: anthraxx
Revision: 214597

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

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

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

Copied: radare2/repos/community-staging-i686/PKGBUILD (from rev 214596, radare2/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-03 01:13:06 UTC (rev 214597)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha512sums=('f813895b600299900e9854792ff10bf17152b2e0e6455197dc7c0e606d937cf0323c3be73c8a8977d4365c0ca43d801aa663520110bff2637096fd519bbae7da')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --with-syscapstone \
+    --with-syszip \
+    --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-staging-x86_64/PKGBUILD (from rev 214596, radare2/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-03 01:13:06 UTC (rev 214597)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/radare2/archive/${pkgver}.tar.gz)
+sha512sums=('f813895b600299900e9854792ff10bf17152b2e0e6455197dc7c0e606d937cf0323c3be73c8a8977d4365c0ca43d801aa663520110bff2637096fd519bbae7da')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --with-syscapstone \
+    --with-syszip \
+    --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list