wok view fluidsynth-dev/receipt @ rev 21101

updated lensfun and lensfun-dev (0.2.5 -> 0.3.2)
author Hans-G?nter Theisgen
date Mon Mar 18 17:49:35 2019 +0100 (2019-03-18)
parents 10cf9ef87cc1
children 61d28e8be66c
line source
1 # SliTaz package receipt.
3 PACKAGE="fluidsynth-dev"
4 VERSION="2.0.4"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="LGPL2"
8 SHORT_DESC="Fluidsynth development files."
9 WEB_SITE="http://www.fluidsynth.org/"
11 WANTED="fluidsynth"
12 DEPENDS="fluidsynth pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 # cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }