liblo: remove long_desc.
This commit is contained in:
parent
9171d4df41
commit
446f39d71d
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'liblo'
|
# Template file for 'liblo'
|
||||||
pkgname=liblo
|
pkgname=liblo
|
||||||
version=0.26
|
version=0.26
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Lightweight OSC implementation"
|
short_desc="Lightweight OSC implementation"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
@ -9,15 +9,13 @@ license="LGPL-2.1"
|
||||||
homepage="http://plugin.org.uk/liblo/"
|
homepage="http://plugin.org.uk/liblo/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a636fb09f8178ad0d5303e94fec37b182d3062a0e3daee85eed2a39ab6232258
|
checksum=a636fb09f8178ad0d5303e94fec37b182d3062a0e3daee85eed2a39ab6232258
|
||||||
long_desc="
|
|
||||||
liblo is an implementation of the Open Sound Control protocol for POSIX
|
|
||||||
systems, started by Steve Harris and now maintained by Stephen Sinclair."
|
|
||||||
|
|
||||||
liblo-devel_package() {
|
liblo-devel_package() {
|
||||||
depends="liblo>=${version}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue