New package: liblo-0.26.

This commit is contained in:
Juan RP 2011-10-23 14:17:50 +02:00
parent 9833423fbc
commit 101493067a
5 changed files with 35 additions and 0 deletions

1
srcpkgs/liblo-devel Symbolic link
View file

@ -0,0 +1 @@
liblo

2
srcpkgs/liblo/depends Normal file
View file

@ -0,0 +1,2 @@
abi_depends=">=0.26"
api_depends="${abi_depends}"

View file

@ -0,0 +1,15 @@
# Template file for 'liblo-devel'.
#
short_desc="${short_desc} - Development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run glibc-devel
Add_dependency run liblo
do_install()
{
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib
}

16
srcpkgs/liblo/template Normal file
View file

@ -0,0 +1,16 @@
# Template file for 'liblo'
pkgname=liblo
version=0.26
homepage="http://plugin.org.uk/liblo/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
build_style=gnu_configure
short_desc="Lightweight OSC implementation"
maintainer="davehome <davehome@redthumb.info.tm>"
license="LGPL-2.1"
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."
subpackages="$pkgname-devel"
Add_dependency run glibc

View file

@ -908,3 +908,4 @@ libfftw3l.so.3 libfftw fftw-devel
libfftw3f_threads.so.3 libfftw fftw-devel
libfftw3f.so.3 libfftw fftw-devel
libfluidsynth.so.1 libfluidsynth fluidsynth-devel
liblo.so.7 liblo liblo-devel