wok annotate fluidsynth-dev/receipt @ rev 11993

no extensions in desktop files
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sat Mar 03 12:41:54 2012 -0800 (2012-03-03)
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 }