void-packages/srcpkgs/bokken/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

22 lines
731 B
Bash

# Template file for 'bokken'
pkgname=bokken
version=1.6
revision=5
short_desc="GUI for the Pyew malware analysis tool and Radare the reverse engineering framework"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://inguma.eu/projects/bokken/"
distfiles="http://inguma.eu/attachments/download/197/${pkgname}-${version}.tar.gz"
checksum=4770602585b3e77b2977a8a6906c91ae0d64373eae328f42688106224c8bbc12
only_for_archs="i686 x86_64"
makedepends="pygtk pygtksourceview radare2 r2-bindings"
depends="${makedepends}"
pycompile_dirs="/usr/lib/bokken"
do_install() {
vmkdir usr/lib/bokken
vmkdir usr/bin
cp -rf * ${DESTDIR}/usr/lib/bokken
ln -frs ${DESTDIR}/usr/lib/bokken/bokken.py ${DESTDIR}/usr/bin/bokken
}