wok view fluidsynth-dev/receipt @ rev 23957

Add ncat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 28 11:26:35 2020 +0000 (2020-09-28)
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 }