wok annotate fluidsynth-dev/receipt @ rev 24045

memtest,plop: tune lzma compression
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 06 12:50:46 2021 +0000 (2021-05-06)
parents fd95619ce31c
children 2c2eb93bb194
rev   line source
jozee@6827 1 # SliTaz package receipt.
jozee@6827 2
jozee@6827 3 PACKAGE="fluidsynth-dev"
Hans-G?nter@22766 4 VERSION="2.1.0"
jozee@6827 5 CATEGORY="development"
jozee@6827 6 MAINTAINER="jozee@slitaz.org"
pascal@15004 7 LICENSE="LGPL2"
Hans-G?nter@20929 8 SHORT_DESC="Fluidsynth development files."
jozee@6827 9 WEB_SITE="http://www.fluidsynth.org/"
Hans-G?nter@20929 10
Hans-G?nter@22766 11 DEPENDS="fluidsynth pkg-config"
jozee@6827 12 WANTED="fluidsynth"
pascal@15004 13
jozee@6827 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6827 15 genpkg_rules()
jozee@6827 16 {
jozee@6827 17 mkdir -p $fs/usr/lib
Hans-G?nter@22766 18
Hans-G?nter@20929 19 # cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22766 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@22766 21 cp -a $install/usr/include $fs/usr
jozee@6827 22 }