fluidsynth: remove long_desc.
This commit is contained in:
parent
a86d552484
commit
a71a27f994
1 changed files with 5 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fluidsynth'
|
# Template file for 'fluidsynth'
|
||||||
pkgname=fluidsynth
|
pkgname=fluidsynth
|
||||||
version=1.1.6
|
version=1.1.6
|
||||||
revision=3
|
revision=4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLIB_SUFFIX="
|
configure_args="-DLIB_SUFFIX="
|
||||||
hostmakedepends="pkg-config cmake"
|
hostmakedepends="pkg-config cmake"
|
||||||
|
@ -12,27 +12,20 @@ license="LGPL-2.1"
|
||||||
homepage="http://www.fluidsynth.org/"
|
homepage="http://www.fluidsynth.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c
|
checksum=50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c
|
||||||
long_desc="
|
|
||||||
Features
|
|
||||||
Cross platform support (Linux, Mac OSX and Windows to name a few)
|
|
||||||
SoundFont 2 support
|
|
||||||
Realtime effect modulation using SoundFont 2.01 modulators
|
|
||||||
Shared library which can be used in other programs
|
|
||||||
Built in command line shell
|
|
||||||
Playback of MIDI files"
|
|
||||||
|
|
||||||
libfluidsynth_package() {
|
libfluidsynth_package() {
|
||||||
short_desc="${short_desc} - Runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fluidsynth-devel_package() {
|
fluidsynth-devel_package() {
|
||||||
depends="libfluidsynth>=${version}"
|
depends="libfluidsynth>=${version}"
|
||||||
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
Add a link
Reference in a new issue