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

23 lines
743 B
Bash

# Template file for 'flowcanvas'
pkgname=flowcanvas
version=0.7.1
revision=6
build_style=waf
hostmakedepends="pkg-config python"
makedepends="gtkmm2-devel libgnomecanvasmm-devel graphviz-devel boost-devel"
short_desc="Interactive canvas widget for boxes-and-lines style environments"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://drobilla.net/software/flowcanvas/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=047928d858fd1e9296a9984de7468c86bbe23fc42e286691b8f273541402c596
flowcanvas-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}