wok view libftdi-dev/receipt @ rev 24790

updated libftdi and libftdi-dev (0.18 -> 0.20)
author Hans-G?nter Theisgen
date Mon Mar 21 13:58:19 2022 +0100 (2022-03-21)
parents a78610b2eb47
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libftdi-dev"
4 VERSION="0.20"
5 CATEGORY="development"
6 SHORT_DESC="Libftdi development files."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="BSD GPL2 LGPL2"
9 WEB_SITE="https://www.intra2net.com/en/developer/libftdi/"
11 DEPENDS="libftdi pkg-config"
12 WANTED="libftdi"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }