New package: ganv-1.4.2
This commit is contained in:
parent
dec702e510
commit
6cfe8adfc9
2 changed files with 25 additions and 0 deletions
|
@ -1710,3 +1710,4 @@ libdshconfig.so.1 libdshconfig-0.20.13_1
|
||||||
libpar2.so.1 libpar2-0.4_1
|
libpar2.so.1 libpar2-0.4_1
|
||||||
libsodium.so.13 libsodium-0.7.0_1
|
libsodium.so.13 libsodium-0.7.0_1
|
||||||
libstrophe.so.0 libstrophe-0.8.6_1
|
libstrophe.so.0 libstrophe-0.8.6_1
|
||||||
|
libganv-1.so.1 ganv-1.4.2_1
|
||||||
|
|
24
srcpkgs/ganv/template
Normal file
24
srcpkgs/ganv/template
Normal file
|
@ -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 <chneukirchen@gmail.com>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue