wok view 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 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 }