wok-6.x annotate fluidsynth/receipt @ rev 9493
Up: glib to 2.28.5.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 05 20:07:47 2011 +0000 (2011-04-05) |
parents | e4c453a0ecd1 |
children | b7319995b37e |
rev | line source |
---|---|
jozee@6827 | 1 # SliTaz package receipt. |
jozee@6827 | 2 |
jozee@6827 | 3 PACKAGE="fluidsynth" |
slaxemulator@6937 | 4 VERSION="1.1.3" |
jozee@6827 | 5 CATEGORY="multimedia" |
jozee@6827 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@6827 | 7 SHORT_DESC="A real-time software synthesizer based on the SoundFont 2 specifications." |
jozee@6827 | 8 WEB_SITE="http://www.fluidsynth.org/" |
slaxemulator@6932 | 9 DEPENDS="glib jack-audio-connection-kit ladspa" |
slaxemulator@6937 | 10 BUILD_DEPENDS="glib-dev jack-audio-connection-kit-dev ladspa-dev pkg-config" |
jozee@6827 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@6938 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
jozee@6827 | 13 TAGS="synthesizer audio multimedia" |
jozee@6827 | 14 |
jozee@6827 | 15 # Rules to configure and make the package. |
jozee@6827 | 16 |
jozee@6827 | 17 compile_rules() { |
jozee@6827 | 18 cd $src |
jozee@6827 | 19 ./configure --prefix=/usr --enable-ladspa && |
jozee@6827 | 20 make && |
slaxemulator@8398 | 21 make DESTDIR=$DESTDIR install |
jozee@6827 | 22 } |
jozee@6827 | 23 |
jozee@6827 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@6827 | 25 genpkg_rules() |
jozee@6827 | 26 { |
jozee@6827 | 27 mkdir -p $fs/usr/lib |
jozee@6827 | 28 cp -a $_pkg/usr/bin $fs/usr |
jozee@6827 | 29 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ |
jozee@6827 | 30 |
jozee@6827 | 31 } |