diff --git a/common/shlibs b/common/shlibs index b841a9469d1..2baf8bbb21b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1710,3 +1710,4 @@ libdshconfig.so.1 libdshconfig-0.20.13_1 libpar2.so.1 libpar2-0.4_1 libsodium.so.13 libsodium-0.7.0_1 libstrophe.so.0 libstrophe-0.8.6_1 +libganv-1.so.1 ganv-1.4.2_1 diff --git a/srcpkgs/ganv/template b/srcpkgs/ganv/template new file mode 100644 index 00000000000..bdd21a41296 --- /dev/null +++ b/srcpkgs/ganv/template @@ -0,0 +1,24 @@ +# Template file for 'ganv' +pkgname=ganv +version=1.4.2 +revision=1 +build_style=waf +hostmakedepends="pkg-config python" +makedepends="gtkmm2-devel" +short_desc="Gtk widget for interactive 'boxes and lines'" +maintainer="Christian Neukirchen " +license="GPL-3" +homepage="http://drobilla.net/software/ganv/" +distfiles="http://download.drobilla.net/ganv-1.4.2.tar.bz2" +checksum=145028ade1567f258de6ad58ad0f7941646208d261028a9b74eb61126e2dfa3c +nocross=yes + +ganv-devel_package() { + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" -- development files" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.so" + vmove usr/lib/pkgconfig + } +}