Update swf

This commit is contained in:
xarkes 2016-03-12 22:23:03 +00:00 committed by pancake
parent bd11cf8f81
commit edd05522b2

View File

@ -1,12 +1,15 @@
R2PM_BEGIN
R2PM_GIT "https://github.com/radare2/radare2-extras"
R2PM_DESC "[r2-bin] SWF / Flash disassembler"
R2PM_GIT "https://github.com/radare/radare2-extras"
R2PM_DESC "[r2-bin] SWF / Flash disassembler"
R2PM_INSTALL() {
./configure --prefix="${R2PM_PREFIX}"
cd libr/bin/p
make bin_swf.so
cd libr/asm/p
make asm_swf.${LIBEXT}
cp -f asm_swf.${LIBEXT} "${R2PM_PLUGDIR}"
cd ../../bin/p
make bin_swf.${LIBEXT}
cp -f bin_swf.${LIBEXT} "${R2PM_PLUGDIR}"
}