wok diff fluidsynth/receipt @ rev 23402
updated perl-test-requires (0.09 -> 0.10)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 17:47:09 2020 +0100 (2020-03-31) |
parents | b36234b8bc3b |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/fluidsynth/receipt Sat Mar 02 13:46:27 2019 +0100 1.2 +++ b/fluidsynth/receipt Tue Mar 31 17:47:09 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fluidsynth" 1.7 -VERSION="2.0.4" 1.8 +VERSION="2.1.0" 1.9 CATEGORY="multimedia" 1.10 TAGS="synthesizer audio multimedia" 1.11 MAINTAINER="jozee@slitaz.org" 1.12 @@ -13,15 +13,17 @@ 1.13 WGET_URL="https://github.com/FluidSynth/$PACKAGE/archive/v$VERSION.tar.gz" 1.14 1.15 DEPENDS="glib jack-audio-connection-kit ladspa" 1.16 -BUILD_DEPENDS="cmake glib-dev jack-audio-connection-kit-dev ladspa-dev pkg-config" 1.17 +BUILD_DEPENDS="cmake glib-dev jack-audio-connection-kit-dev ladspa-dev 1.18 + pkg-config" 1.19 1.20 # Rules to configure and make the package. 1.21 1.22 compile_rules() 1.23 { 1.24 export LDFLAGS="$LDFLAGS -ltinfo" 1.25 - mkdir build 1.26 - cd build 1.27 + 1.28 + mkdir build 1.29 + cd build 1.30 cmake -D CMAKE_INSTALL_PREFIX=/usr .. && 1.31 make -j 1 && 1.32 make DESTDIR=$DESTDIR install 1.33 @@ -31,7 +33,7 @@ 1.34 genpkg_rules() 1.35 { 1.36 mkdir -p $fs/usr/lib 1.37 - cp -a $install/usr/bin $fs/usr 1.38 - cp -a $install/usr/lib/*so* $fs/usr/lib/ 1.39 - 1.40 + 1.41 + cp -a $install/usr/bin $fs/usr 1.42 + cp -a $install/usr/lib/*so* $fs/usr/lib 1.43 }