New package: radare2-git.
This commit is contained in:
parent
623b643b5c
commit
8d57b23479
4 changed files with 49 additions and 0 deletions
1
srcpkgs/radare2-devel-git
Symbolic link
1
srcpkgs/radare2-devel-git
Symbolic link
|
@ -0,0 +1 @@
|
|||
radare2-git
|
15
srcpkgs/radare2-git/radare2-devel-git.template
Normal file
15
srcpkgs/radare2-git/radare2-devel-git.template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'radare2-devel-git'.
|
||||
#
|
||||
replaces="radare2-devel>=0"
|
||||
provides="radare2-devel-9999"
|
||||
depends="radare2-git>=$version"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
5
srcpkgs/radare2-git/radare2-git.rshlibs
Normal file
5
srcpkgs/radare2-git/radare2-git.rshlibs
Normal file
|
@ -0,0 +1,5 @@
|
|||
libc.so.6
|
||||
libdl.so.2
|
||||
libm.so.6
|
||||
libssl.so.1
|
||||
libpthread.so.0
|
28
srcpkgs/radare2-git/template
Normal file
28
srcpkgs/radare2-git/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'radare2-git'
|
||||
pkgname=radare2-git
|
||||
version="$(date -u +%Y%m%d)"
|
||||
revision=1
|
||||
nofetch=yes
|
||||
noextract=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="git openssl-devel"
|
||||
provides="radare2-9999"
|
||||
replaces="radare2>=0"
|
||||
subpackages="radare2-devel-git"
|
||||
short_desc="Advanced command line debugger and hexadecimal editor (git snapshot)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://radare.org"
|
||||
long_desc="
|
||||
It is composed by an hexadecimal editor (radare) with a wrapped IO layer
|
||||
supporting multiple backends for local/remote files, accessing filesystems,
|
||||
debugger (osx,bsd,linux,w32), stream analyzer, assembler/disassembler
|
||||
(rasm) for x86,arm,ppc,m68k,java,msil,sparc, etc."
|
||||
|
||||
disable_parallel_build=yes
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/radare/radare2"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
Loading…
Reference in a new issue