wok annotate fluidsynth-dev/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 167fbe7a66e4
children a00bf44ed23d
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"
jozee@6827 7 SHORT_DESC="fluidsynth devel files"
slaxemulator@6937 8 DEPENDS="fluidsynth"
jozee@6827 9 WEB_SITE="http://www.fluidsynth.org/"
jozee@6827 10 WANTED="fluidsynth"
jozee@6827 11
jozee@6827 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6827 13 genpkg_rules()
jozee@6827 14 {
jozee@6827 15 mkdir -p $fs/usr/lib
jozee@6827 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
jozee@6827 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
jozee@6827 18 cp -a $_pkg/usr/include $fs/usr
jozee@6827 19 }