Removed r2-bindigs-git, radare2-git and valabind-git; stable versions are enough.
This commit is contained in:
parent
edc04b2743
commit
62f1e38667
|
@ -1,44 +0,0 @@
|
|||
# Template file for 'r2-bindings-git'
|
||||
pkgname=r2-bindings-git
|
||||
version=20130927
|
||||
revision=1
|
||||
short_desc="Advanced command line debugger and hexadecimal editor (bindings, 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.
|
||||
|
||||
This package contains the radare2 bindings for multiple languages."
|
||||
|
||||
makedepends="pkg-config swig>=2.0.7 valabind-git>=${version}
|
||||
python-devel radare2-devel-git>=${version}"
|
||||
replaces="r2-bindings>=0"
|
||||
provides="r2-bindings-9999"
|
||||
depends="radare2-git>=${version} python>=2.7.3"
|
||||
pycompile_module="r2"
|
||||
noverifyrdeps=yes
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/radare/radare2"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
cd r2-bindings
|
||||
./configure --prefix=/usr --enable=python --enable-devel
|
||||
}
|
||||
|
||||
do_build() {
|
||||
cd r2-bindings
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
cd r2-bindings
|
||||
make DESTDIR=${DESTDIR} install
|
||||
}
|
|
@ -1,28 +0,0 @@
|
|||
# Template file for 'radare2-git'
|
||||
pkgname=radare2-git
|
||||
version=20130812
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Advanced command line debugger and hexadecimal editor (git snapshot)"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
license="LGPL-3"
|
||||
homepage="http://radare.org"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/radare/radare2"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
radare2-devel-git_package() {
|
||||
replaces="radare2-devel>=0"
|
||||
provides="radare2-devel-9999"
|
||||
depends="radare2-git>=$version"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
|
@ -1,30 +0,0 @@
|
|||
# Template file for 'valabind-git'
|
||||
pkgname=valabind-git
|
||||
version=20130812
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config vala-devel>=0.18"
|
||||
makedepends="vala-devel>=0.18 libglib-devel"
|
||||
replaces="valabind>=0"
|
||||
provides="valabind-9999"
|
||||
depends="glib-devel vala-devel>=0.18"
|
||||
short_desc="Tool to transform vala source files to swig, GIR or GEAR (git snapshot)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://radare.org"
|
||||
distfiles="$homepage/get/$pkgname-$version.tar.gz"
|
||||
checksum=161641fc4a6ed0e22fcc82c85c8f91e41f18ae02260151f19293ee36c7c4b751
|
||||
long_desc="
|
||||
Valabind is a tool to parse vala[1] or vapi files to transform
|
||||
them into swig interface files, C++ source files, GIR or GEAR.
|
||||
|
||||
With swig, you can create language bindings for any API
|
||||
written in vala or C with a vapi interface.
|
||||
|
||||
It can also generate bindings for C++ and v8-GearBox."
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/radare/valabind"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
Loading…
Reference in New Issue
Block a user