wok view ndpi-dev/receipt @ rev 25817
Update kernel config for support mmc tablet
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Mar 03 12:26:15 2025 +0100 (3 months 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 }