[arch-commits] Commit in radare2/repos (4 files)
Levente Polyak
anthraxx at archlinux.org
Mon Mar 13 17:32:31 UTC 2017
Date: Monday, March 13, 2017 @ 17:32:31
Author: anthraxx
Revision: 216100
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
radare2/repos/community-testing-i686/
radare2/repos/community-testing-i686/PKGBUILD
(from rev 216099, radare2/trunk/PKGBUILD)
radare2/repos/community-testing-x86_64/
radare2/repos/community-testing-x86_64/PKGBUILD
(from rev 216099, radare2/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
Copied: radare2/repos/community-testing-i686/PKGBUILD (from rev 216099, radare2/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-13 17:32:31 UTC (rev 216100)
@@ -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=3
+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=('f6993ee3a581f5f643f370c2e8be8f756e1b2cde82e451784b6254ee1347ffac471aa687a51ecba3200c2d5ddcd40ed93c97ab03d8e569ba18ed428e3e72fee2')
+
+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-testing-x86_64/PKGBUILD (from rev 216099, radare2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2017-03-13 17:32:31 UTC (rev 216100)
@@ -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=3
+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=('f6993ee3a581f5f643f370c2e8be8f756e1b2cde82e451784b6254ee1347ffac471aa687a51ecba3200c2d5ddcd40ed93c97ab03d8e569ba18ed428e3e72fee2')
+
+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