wok annotate fluidsynth-dev/receipt @ rev 20957

created gcc83-lib-base
author Hans-G?nter Theisgen
date Mon Mar 04 13:17:33 2019 +0100 (2019-03-04)
parents 10cf9ef87cc1
children 61d28e8be66c
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
Hans-G?nter@20931 20 cp -a $install/usr/include $fs/usr
jozee@6827 21 }