wok annotate fluidsynth-dev/receipt @ rev 6827

Add fluidsynth: mv from undigest
author Rohit Joshi <jozee@slitaz.org>
date Tue Oct 19 21:12:16 2010 -0400 (2010-10-19)
parents
children b728ff36a894
rev   line source
jozee@6827 1 # SliTaz package receipt.
jozee@6827 2
jozee@6827 3 PACKAGE="fluidsynth-dev"
jozee@6827 4 VERSION="1.1.1"
jozee@6827 5 CATEGORY="development"
jozee@6827 6 MAINTAINER="jozee@slitaz.org"
jozee@6827 7 SHORT_DESC="fluidsynth devel files"
jozee@6827 8 WEB_SITE="http://www.fluidsynth.org/"
jozee@6827 9 WANTED="fluidsynth"
jozee@6827 10
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 }