mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
aubio: remove long_desc.
This commit is contained in:
parent
181850fd0f
commit
2d0cefb3dd
1 changed files with 5 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aubio'
|
# Template file for 'aubio'
|
||||||
pkgname=aubio
|
pkgname=aubio
|
||||||
version=0.3.2
|
version=0.3.2
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
# XXX lash, pure and swig support.
|
# XXX lash, pure and swig support.
|
||||||
|
@ -13,24 +13,20 @@ license="GPL-2"
|
||||||
homepage="http://aubio.org"
|
homepage="http://aubio.org"
|
||||||
distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/pub/${pkgname}-${version}.tar.gz"
|
||||||
checksum=dc1387b048610a6141f523c27314b7a60bd299c3d6789c372445ddc6511512cd
|
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() {
|
libaubio_package() {
|
||||||
short_desc="${short_desc} - Runtime libraries"
|
short_desc+=" - Runtime libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
aubio-devel_package() {
|
aubio-devel_package() {
|
||||||
depends="libaubio-${version}_${revision}"
|
depends="libaubio-${version}_${revision}"
|
||||||
short_desc="${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…
Add table
Reference in a new issue