28 lines
679 B
Bash
28 lines
679 B
Bash
# Template file for 'liblo'
|
|
pkgname=liblo
|
|
version=0.29
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-ipv6"
|
|
short_desc="Lightweight OSC implementation"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="http://liblo.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=ace1b4e234091425c150261d1ca7070cece48ee3c228a5612d048116d864c06a
|
|
nopie=yes
|
|
|
|
pre_configure() {
|
|
sed -i '/-Werror/d' configure
|
|
}
|
|
|
|
liblo-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|