wok diff libftdi-dev/receipt @ rev 24828

updated libshout and libshout-dev again (2.4.3 -> 2.4.5)
author Hans-G?nter Theisgen
date Wed Mar 23 17:27:54 2022 +0100 (2022-03-23)
parents a78610b2eb47
children
line diff
     1.1 --- a/libftdi-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/libftdi-dev/receipt	Wed Mar 23 17:27:54 2022 +0100
     1.3 @@ -1,21 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libftdi-dev"
     1.7 -VERSION="0.18"
     1.8 +VERSION="0.20"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="libftdi devel files."
    1.11 +SHORT_DESC="Libftdi development files."
    1.12  MAINTAINER="rcx@zoominternet.net"
    1.13  LICENSE="BSD GPL2 LGPL2"
    1.14  WEB_SITE="https://www.intra2net.com/en/developer/libftdi/"
    1.15 +
    1.16 +DEPENDS="libftdi pkg-config"
    1.17  WANTED="libftdi"
    1.18  
    1.19 -DEPENDS="pkg-config libftdi"
    1.20 -
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 +	get_dev_files
    1.29  }