wok annotate fluidsynth-dev/receipt @ rev 14979

Up: thunderbird-langpack-es_ES (17.0.8esr)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 22:21:05 2013 +0200 (2013-08-08)
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 }