wok annotate fluidsynth-dev/receipt @ rev 15004

Add some LGPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 22:18:41 2013 +0000 (2013-08-10)
parents b728ff36a894
children 8ed62ecac0c7
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"
pascal@15004 7 LICENSE="LGPL2"
jozee@6827 8 SHORT_DESC="fluidsynth devel files"
jozee@6827 9 WEB_SITE="http://www.fluidsynth.org/"
jozee@6827 10 WANTED="fluidsynth"
jozee@6827 11
pascal@15004 12 DEPENDS="fluidsynth"
pascal@15004 13
jozee@6827 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6827 15 genpkg_rules()
jozee@6827 16 {
jozee@6827 17 mkdir -p $fs/usr/lib
pascal@15004 18 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15004 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15004 20 cp -a $install/usr/include $fs/usr
jozee@6827 21 }