2013-01-25 11:59:41 +01:00
|
|
|
# Template file for 'bokken'
|
|
|
|
pkgname=bokken
|
2015-08-01 03:32:20 +02:00
|
|
|
version=1.8
|
|
|
|
revision=1
|
2013-01-25 11:59:41 +01:00
|
|
|
short_desc="GUI for the Pyew malware analysis tool and Radare the reverse engineering framework"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2013-01-25 11:59:41 +01:00
|
|
|
license="GPL-2"
|
|
|
|
homepage="http://inguma.eu/projects/bokken/"
|
2015-08-01 03:32:20 +02:00
|
|
|
distfiles="http://inguma.eu/attachments/download/212/${pkgname}-${version}.tar.gz"
|
|
|
|
checksum=1c73885147dfcf0a74ba4d3dd897a6aabc11a4a42f95bd1269782d0b2e1a11b9
|
2014-06-09 10:01:17 +02:00
|
|
|
only_for_archs="i686 x86_64"
|
2013-01-25 11:59:41 +01:00
|
|
|
|
2015-03-27 10:50:40 +01:00
|
|
|
makedepends="pygtk pygtksourceview radare2 r2-bindings"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="${makedepends}"
|
|
|
|
pycompile_dirs="/usr/lib/bokken"
|
2013-01-25 11:59:41 +01:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmkdir usr/lib/bokken
|
|
|
|
vmkdir usr/bin
|
|
|
|
cp -rf * ${DESTDIR}/usr/lib/bokken
|
2013-01-25 12:04:01 +01:00
|
|
|
ln -frs ${DESTDIR}/usr/lib/bokken/bokken.py ${DESTDIR}/usr/bin/bokken
|
2013-01-25 11:59:41 +01:00
|
|
|
}
|