19 lines
739 B
Plaintext
19 lines
739 B
Plaintext
|
# Template file for 'flowcanvas'
|
||
|
pkgname=flowcanvas
|
||
|
version=0.7.1
|
||
|
revision=1
|
||
|
build_style=waf
|
||
|
subpackages="$pkgname-devel"
|
||
|
makedepends="pkg-config python gtkmm2-devel libgnomecanvasmm-devel
|
||
|
graphviz-devel boost-devel"
|
||
|
short_desc="Interactive canvas widget for boxes-and-lines style environments."
|
||
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||
|
license="GPL-2"
|
||
|
homepage="http://drobilla.net/software/flowcanvas/"
|
||
|
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||
|
checksum=047928d858fd1e9296a9984de7468c86bbe23fc42e286691b8f273541402c596
|
||
|
long_desc="
|
||
|
FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for boxes-and-lines
|
||
|
style environments (e.g. modular synths or interactive finite state automata
|
||
|
diagrams)."
|