void-packages/srcpkgs/rdis-git/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

21 lines
520 B
Bash

# Template file for 'rdis-git'
pkgname=rdis-git
version=20150224
revision=2
hostmakedepends="pkg-config git"
makedepends="libressl-devel gtk+3-devel jansson-devel LuaJIT-devel udis86-devel"
short_desc="A binary analysis tool for linux"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://rainbowsandpwnies.com/rdis/"
do_fetch() {
git clone git://github.com/endeav0r/rdis.git ${pkgname}-${version}
}
do_build() {
make CC=$CC CCFLAGS="$CFLAGS" ${makejobs}
}
do_install() {
vbin src/rdis
}