parent
0d4faf652e
commit
eefaa842c6
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
include config-user.mk
|
||||
include global.mk
|
||||
|
||||
ifneq ($(shell tar --help|grep gnu.org),)
|
||||
ifneq ($(shell tar --help 2>/dev/null|grep gnu.org),)
|
||||
TAR=tar -czv --format=posix -f
|
||||
else
|
||||
TAR=tar -czvf
|
||||
|
|
|
@ -104,12 +104,12 @@ done
|
|||
: ${INSTALL_PROGRAM:=${INSTALL} -m 755 -s}
|
||||
: ${INSTALL_MAN:=${INSTALL} -m 444}
|
||||
: ${INSTALL_LIB:=${INSTALL} -c}
|
||||
PKGNAME='radare2' ; VERSION='0.8' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
PKGNAME='radare2' ; VERSION='0.8.1' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
}
|
||||
|
||||
show_usage() {
|
||||
cat <<EOF2
|
||||
'configure' configures radare2-0.8 to adapt to many kinds of systems.
|
||||
'configure' configures radare2-0.8.1 to adapt to many kinds of systems.
|
||||
|
||||
Usage: ./configure [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -186,7 +186,7 @@ take_environ() {
|
|||
}
|
||||
|
||||
show_version() {
|
||||
echo "radare2-0.8 configuration script done with acr v0.8.6.
|
||||
echo "radare2-0.8.1 configuration script done with acr v0.8.6.
|
||||
The 'Free Software Foundation' message is only for autodetection.
|
||||
Originally written by pancake <youterm.com>."
|
||||
exit 0
|
||||
|
@ -204,7 +204,7 @@ case $flag in
|
|||
show_version ; ;;
|
||||
"-r"|"--r"|"--report")
|
||||
echo "PKGNAME: radare2"
|
||||
echo "VERSION: 0.8"
|
||||
echo "VERSION: 0.8.1"
|
||||
echo "LANGS: c"
|
||||
echo "REQUIRED: libdl"
|
||||
echo "OPTIONAL: libewf"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PKGNAME radare2
|
||||
VERSION 0.8
|
||||
VERSION 0.8.1
|
||||
CONTACT pancake ; pancake@nopcode.org
|
||||
|
||||
LANG_C!
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-include config.mk
|
||||
ifneq ($(shell tar --help|grep gnu.org),)
|
||||
ifneq ($(shell tar --help 2>/dev/null|grep gnu.org),)
|
||||
TAR=tar -czv --format=posix -f
|
||||
else
|
||||
TAR=tar -czvf
|
||||
|
|
|
@ -96,12 +96,12 @@ done
|
|||
: ${INSTALL_PROGRAM:=${INSTALL} -m 755 -s}
|
||||
: ${INSTALL_MAN:=${INSTALL} -m 444}
|
||||
: ${INSTALL_LIB:=${INSTALL} -c}
|
||||
PKGNAME='radare2-bindings' ; VERSION='0.7.1' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
PKGNAME='radare2-bindings' ; VERSION='0.8.1' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
|
||||
}
|
||||
|
||||
show_usage() {
|
||||
cat <<EOF2
|
||||
'configure' configures radare2-bindings-0.7.1 to adapt to many kinds of systems.
|
||||
'configure' configures radare2-bindings-0.8.1 to adapt to many kinds of systems.
|
||||
|
||||
Usage: ./configure [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -174,7 +174,7 @@ take_environ() {
|
|||
}
|
||||
|
||||
show_version() {
|
||||
echo "radare2-bindings-0.7.1 configuration script done with acr v0.8.4.
|
||||
echo "radare2-bindings-0.8.1 configuration script done with acr v0.8.4.
|
||||
The 'Free Software Foundation' message is only for autodetection.
|
||||
Originally written by pancake <youterm.com>."
|
||||
exit 0
|
||||
|
@ -192,7 +192,7 @@ case $flag in
|
|||
show_version ; ;;
|
||||
"-r"|"--r"|"--report")
|
||||
echo "PKGNAME: radare2-bindings"
|
||||
echo "VERSION: 0.7.1"
|
||||
echo "VERSION: 0.8.1"
|
||||
echo "LANGS: c c++"
|
||||
echo "PKG-CONFIG: r_core"
|
||||
echo "FLAGS: --enable-devel --with-cc=gcc --with-cxx=g++ --with-ostype=auto"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PKGNAME radare2-bindings
|
||||
VERSION 0.7.1
|
||||
VERSION 0.8.1
|
||||
CONTACT pancake ; pancake@nopcode.org
|
||||
|
||||
LANG_C!
|
||||
|
|
Loading…
Reference in New Issue