diff --git a/libr/core/Makefile b/libr/core/Makefile index 1e99ae9b528f3..a3597a1c38b6a 100644 --- a/libr/core/Makefile +++ b/libr/core/Makefile @@ -7,7 +7,7 @@ DEPS+=r_reg r_search r_syscall r_sign r_diff r_socket r_fs OBJ=core.o cmd.o file.o config.o visual.o io.o yank.o libs.o OBJ+=anal.o project.o gdiff.o asm.o rtr.o vmenus.o disasm.o -CFLAGS+=-DLIBDIR=\"${PREFIX}/lib\" +CFLAGS+=-DLIBDIR=\"${LIBDIR}\" CFLAGS+=-DPREFIX=\"${PREFIX}\" LDFLAGS+=${DL_LIBS} diff --git a/maemo/Makefile b/maemo/Makefile index 77562788253e1..163927222afc9 100644 --- a/maemo/Makefile +++ b/maemo/Makefile @@ -12,7 +12,7 @@ # These fields are used to build the control file. PACKAGE = radare2 -VERSION = 0.8 +VERSION = 0.8.1 ARCH = armel SECTION = user/shell PRIORITY = optional diff --git a/maemo/description.txt b/maemo/description.txt index 65ee1c2a9fe0b..7ebb363eaf2d6 100644 --- a/maemo/description.txt +++ b/maemo/description.txt @@ -1,3 +1,2 @@ -Advanced command line hexadecimal editor -radare is a command line hexadecimal editor with advanced features like -hashing, overlap of structures, visual mode, different view modes, scripts.. +Advanced command line debugger and hexadecimal editor +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 code analysis modules and scripting facilities. A bindiffer named radiff, base converter (rax), shellcode development helper (rasc), a binary information extracter supporting (pe, mach0, elf, class, ...) named rabin, and a block-based hash utility called rahash.