wok annotate fluidsynth-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents 61d28e8be66c
children
rev   line source
jozee@6827 1 # SliTaz package receipt.
jozee@6827 2
jozee@6827 3 PACKAGE="fluidsynth-dev"
Hans-G?nter@24558 4 VERSION="2.2.5"
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."
Hans-G?nter@24558 9 WEB_SITE="https://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 {
Hans-G?nter@24558 17 cook_copy_folders include
Hans-G?nter@24558 18 cook_copy_folders pkgconfig
jozee@6827 19 }