void-packages/srcpkgs/liblo/template

22 lines
595 B
Text
Raw Normal View History

2011-10-23 12:17:50 +00:00
# Template file for 'liblo'
pkgname=liblo
version=0.26
revision=5
build_style=gnu-configure
2011-10-23 12:17:50 +00:00
short_desc="Lightweight OSC implementation"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-10-23 12:17:50 +00:00
license="LGPL-2.1"
homepage="http://plugin.org.uk/liblo/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
2011-10-23 12:17:50 +00:00
checksum=a636fb09f8178ad0d5303e94fec37b182d3062a0e3daee85eed2a39ab6232258
liblo-devel_package() {
2014-02-20 17:09:11 +00:00
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
2014-02-20 17:09:11 +00:00
vmove "usr/lib/*.so"
}
}