wok-undigest annotate fluidsynth-dev/receipt @ rev 59

Add fluidsynth, fluidsynth-dev
author Rohit Joshi <jozee@slitaz.org>
date Fri Apr 16 13:04:15 2010 -0400 (2010-04-16)
parents
children
rev   line source
jozee@59 1 # SliTaz package receipt.
jozee@59 2
jozee@59 3 PACKAGE="fluidsynth-dev"
jozee@59 4 VERSION="1.1.1"
jozee@59 5 CATEGORY="development"
jozee@59 6 MAINTAINER="jozee@slitaz.org"
jozee@59 7 SHORT_DESC="fluidsynth devel files"
jozee@59 8 WEB_SITE="http://www.fluidsynth.org/"
jozee@59 9 WANTED="fluidsynth"
jozee@59 10
jozee@59 11
jozee@59 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@59 13 genpkg_rules()
jozee@59 14 {
jozee@59 15 mkdir -p $fs/usr/lib
jozee@59 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
jozee@59 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
jozee@59 18 cp -a $_pkg/usr/include $fs/usr
jozee@59 19 }