Skip to content

Commit

Permalink
* More libdir-ification (thanks sre)
Browse files Browse the repository at this point in the history
* Bump and kidnap Debian's package description for Maemo pkg
  • Loading branch information
radare committed Jul 19, 2011
1 parent ad30b95 commit 486ee53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libr/core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion maemo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions maemo/description.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 486ee53

Please sign in to comment.