wok view fluidsynth-dev/receipt @ rev 24326
Update some current_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 27 12:16:00 2022 +0000 (2022-01-27) |
parents | fd95619ce31c |
children | 2c2eb93bb194 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fluidsynth-dev"
4 VERSION="2.1.0"
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 DEPENDS="fluidsynth pkg-config"
12 WANTED="fluidsynth"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 # cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }