wok annotate fluidsynth-dev/receipt @ rev 20895

updated espeak-dev again (1.45.05 -> 1.48.04)
author Hans-G?nter Theisgen
date Tue Feb 26 13:45:00 2019 +0100 (2019-02-26)
parents a00bf44ed23d
children 10cf9ef87cc1
rev   line source
jozee@6827 1 # SliTaz package receipt.
jozee@6827 2
jozee@6827 3 PACKAGE="fluidsynth-dev"
slaxemulator@6937 4 VERSION="1.1.3"
jozee@6827 5 CATEGORY="development"
jozee@6827 6 MAINTAINER="jozee@slitaz.org"
pascal@15004 7 LICENSE="LGPL2"
jozee@6827 8 SHORT_DESC="fluidsynth devel files"
jozee@6827 9 WEB_SITE="http://www.fluidsynth.org/"
jozee@6827 10 WANTED="fluidsynth"
jozee@6827 11
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
pascal@15004 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 }