fluidsynth: make this build again; switch -devel to arch.

This commit is contained in:
Juan RP 2013-04-03 16:35:46 +02:00
parent af81633c4a
commit 88cb0603d0
2 changed files with 4 additions and 8 deletions

View file

@ -1,11 +1,7 @@
# Template file for 'fluidsynth-devel'.
#
noarch=yes
depends="libfluidsynth>=${version}"
short_desc="${short_desc} - Development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install() {
vmove usr/include usr

View file

@ -1,10 +1,12 @@
# Template file for 'fluidsynth'
pkgname=fluidsynth
version=1.1.6
revision=2
revision=3
build_style=cmake
subpackages="lib$pkgname $pkgname-devel"
configure_args="-DLIB_SUFFIX="
makedepends="pkg-config cmake glib-devel jack-devel pulseaudio-devel dbus-devel readline-devel"
hostmakedepends="pkg-config cmake"
makedepends="glib-devel jack-devel pulseaudio-devel readline-devel"
short_desc="Real-time software synthesizer based on the SoundFont 2 specifications"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
@ -19,5 +21,3 @@ long_desc="
Shared library which can be used in other programs
Built in command line shell
Playback of MIDI files"
subpackages="lib$pkgname $pkgname-devel"