radare2: switch to final tarball and drop cross patch (fixed by pancake).

This commit is contained in:
Juan RP 2014-03-06 10:40:33 +01:00
parent cdbe46c449
commit 0f3611ae84
2 changed files with 2 additions and 17 deletions

View File

@ -1,15 +0,0 @@
--- configure.orig 2014-03-04 15:35:49.364609242 +0100
+++ configure 2014-03-04 15:35:55.956526832 +0100
@@ -37,11 +37,7 @@ while : ; do
ENVWORDS="${ENVWORDS} $1_CPU $1_OS"
STR=`eval "echo ${S}$1"`
SPLIT_CPU="`echo "$STR" | cut -d - -f 1`"
-#SPLIT_OS="`echo "$STR" | awk -F - '{print $(NF-1)}'`"
-SPLIT_OS="`echo "$STR" | awk -F - '{
- if($1="unknown"){ if (NF<3) { print $2; } else { print $3; }
- } else { print $(NF-1); }
-}'`"
+SPLIT_OS="`echo "$STR" | awk -F - '{print $(NF-1)}'`"
eval "$1_CPU=\"$SPLIT_CPU\""
eval "$1_OS=\"$SPLIT_OS\""
shift

View File

@ -1,14 +1,14 @@
# Template file for 'radare2'
pkgname=radare2
version=0.9.7
revision=1
revision=2
build_style=gnu-configure
short_desc="Advanced command line debugger and hexadecimal editor"
maintainer="pancake <pancake@nopcode.org>"
license="LGPL-3"
homepage="http://www.radare.org"
distfiles="${homepage}/get/${pkgname}-${version}.tar.xz"
checksum=f6c0a3a62c2a8ccbebd127c2a42b96a13d7df6e8986862a15c5ec3f068af942f
checksum=f4e88398487b6a24b10219908a4a4f71899989787a00d954f61f87be97d54d07
radare2-devel_package() {
depends="radare2>=${version}_${revision}"