wok view ndpi-dev/receipt @ rev 25794

created recipe for exo-lang
author Hans-G?nter Theisgen
date Wed Oct 23 16:19:52 2024 +0100 (4 weeks ago)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ndpi-dev"
4 VERSION="4.10"
5 CATEGORY="development"
6 SHORT_DESC="Open Source Deep Packet Inspection Software Toolkit - development files."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL-3.0-only"
9 WEB_SITE="https://github.com/ntop/nDPI"
11 DEPENDS="ndpi pkg-config"
12 WANTED="ndpi"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }