diff --git a/srcpkgs/aubio/template b/srcpkgs/aubio/template index d559167a36..3219edcbcb 100644 --- a/srcpkgs/aubio/template +++ b/srcpkgs/aubio/template @@ -1,7 +1,7 @@ # Template file for 'aubio' pkgname=aubio version=0.3.2 -revision=5 +revision=6 build_style=gnu-configure configure_args="--disable-static" # XXX lash, pure and swig support. @@ -13,24 +13,20 @@ license="GPL-2" homepage="http://aubio.org" distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz" checksum=dc1387b048610a6141f523c27314b7a60bd299c3d6789c372445ddc6511512cd -long_desc=" - aubio is a tool designed for the extraction of annotations from audio signals. - Its features include segmenting a sound file before each of its attacks, - performing pitch detection, tapping the beat and producing midi streams from - live audio." libaubio_package() { - short_desc="${short_desc} - Runtime libraries" + short_desc+=" - Runtime libraries" pkg_install() { - vmove "usr/lib/*.so*" + vmove "usr/lib/*.so.*" } } aubio-devel_package() { depends="libaubio-${version}_${revision}" - short_desc="${short_desc} - Development files" + short_desc+=" - Development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" } }