bokken: needs pygtksourceview at run-time.
This commit is contained in:
parent
dd99f6ecbd
commit
349acf2f07
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bokken'
|
# Template file for 'bokken'
|
||||||
pkgname=bokken
|
pkgname=bokken
|
||||||
version=1.6
|
version=1.6
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="GUI for the Pyew malware analysis tool and Radare the reverse engineering framework"
|
short_desc="GUI for the Pyew malware analysis tool and Radare the reverse engineering framework"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -10,7 +10,7 @@ distfiles="http://inguma.eu/attachments/download/197/${pkgname}-${version}.tar.g
|
||||||
checksum=4770602585b3e77b2977a8a6906c91ae0d64373eae328f42688106224c8bbc12
|
checksum=4770602585b3e77b2977a8a6906c91ae0d64373eae328f42688106224c8bbc12
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="pygtk radare2 r2-bindings"
|
depends="pygtk pygtksourceview radare2 r2-bindings"
|
||||||
pycompile_dirs="/usr/lib/bokken"
|
pycompile_dirs="/usr/lib/bokken"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue