wok annotate fluidsynth-dev/receipt @ rev 20929

updated fluidsynth and fluidsynth-dev (1.1.3 -> 2.0.4)
author Hans-G?nter Theisgen
date Sat Mar 02 13:41:34 2019 +0100 (2019-03-02)
parents 8ed62ecac0c7
children fd95619ce31c
rev   line source
jozee@6827 1 # SliTaz package receipt.
jozee@6827 2
jozee@6827 3 PACKAGE="fluidsynth-dev"
Hans-G?nter@20929 4 VERSION="2.0.4"
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
jozee@6827 11 WANTED="fluidsynth"
pascal@15597 12 DEPENDS="fluidsynth pkg-config"
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@20929 18 # cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15004 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15004 20 cp -a $install/usr/include $fs/usr
jozee@6827 21 }