wok annotate fluidsynth/receipt @ rev 13438
Up: claws-mail-notification (0.30)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Oct 07 01:20:11 2012 +0200 (2012-10-07) |
parents | af59b5551936 |
children | a00bf44ed23d |
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 |
gokhlayeh@11573 | 19 ./configure --prefix=/usr --enable-ladspa $CONFIGURE_ARGS && |
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 } |