wok annotate 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
rev   line source
rcx@3715 1 # SliTaz package receipt.
rcx@3715 2
rcx@3715 3 PACKAGE="libftdi-dev"
Hans-G?nter@24790 4 VERSION="0.20"
rcx@3802 5 CATEGORY="development"
Hans-G?nter@24790 6 SHORT_DESC="Libftdi development files."
rcx@3715 7 MAINTAINER="rcx@zoominternet.net"
pascal@15473 8 LICENSE="BSD GPL2 LGPL2"
pascal@20669 9 WEB_SITE="https://www.intra2net.com/en/developer/libftdi/"
Hans-G?nter@24790 10
Hans-G?nter@24790 11 DEPENDS="libftdi pkg-config"
rcx@3715 12 WANTED="libftdi"
rcx@3715 13
rcx@3715 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3715 15 genpkg_rules()
rcx@3715 16 {
Hans-G?nter@24790 17 get_dev_files
rcx@3715 18 }