wok diff 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 diff
     1.1 --- a/fluidsynth-dev/receipt	Sat Mar 02 13:51:56 2019 +0100
     1.2 +++ b/fluidsynth-dev/receipt	Mon Sep 28 11:26:35 2020 +0000
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="fluidsynth-dev"
     1.7 -VERSION="2.0.4"
     1.8 +VERSION="2.1.0"
     1.9  CATEGORY="development"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  LICENSE="LGPL2"
    1.12  SHORT_DESC="Fluidsynth development files."
    1.13  WEB_SITE="http://www.fluidsynth.org/"
    1.14  
    1.15 +DEPENDS="fluidsynth pkg-config"
    1.16  WANTED="fluidsynth"
    1.17 -DEPENDS="fluidsynth pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 +
    1.24  #	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 -	cp -a $install/usr/include	 $fs/usr
    1.27 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29  }