2011-10-23 12:17:50 +00:00
|
|
|
# Template file for 'liblo'
|
|
|
|
pkgname=liblo
|
2014-11-24 09:38:15 +00:00
|
|
|
version=0.28
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2014-11-24 09:45:58 +00:00
|
|
|
configure_args="--enable-ipv6"
|
2011-10-23 12:17:50 +00:00
|
|
|
short_desc="Lightweight OSC implementation"
|
2014-06-08 09:52:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-23 12:17:50 +00:00
|
|
|
license="LGPL-2.1"
|
2013-04-13 08:15:49 +00:00
|
|
|
homepage="http://plugin.org.uk/liblo/"
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
2014-11-24 09:38:15 +00:00
|
|
|
checksum=da94a9b67b93625354dd89ff7fe31e5297fc9400b6eaf7378c82ee1caf7db909
|
2011-10-23 12:17:50 +00:00
|
|
|
|
2014-11-24 09:45:58 +00:00
|
|
|
pre_configure() {
|
|
|
|
sed -i '/-Werror/d' configure
|
|
|
|
}
|
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
liblo-devel_package() {
|
2014-02-20 17:09:11 +00:00
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-20 17:09:11 +00:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-13 08:15:49 +00:00
|
|
|
}
|
|
|
|
}
|