ganv: xlint.
This commit is contained in:
parent
f91e7014fd
commit
e8bf4bfd1d
|
@ -9,16 +9,16 @@ 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"
|
||||
distfiles="http://download.drobilla.net/${pkgname}-${version}.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
|
||||
}
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue