wok diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ndpi-dev/receipt	Mon Mar 03 12:26:15 2025 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ndpi-dev"
     1.7 +VERSION="4.10"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Open Source Deep Packet Inspection Software Toolkit - development files."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL-3.0-only"
    1.12 +WEB_SITE="https://github.com/ntop/nDPI"
    1.13 +
    1.14 +DEPENDS="ndpi pkg-config"
    1.15 +WANTED="ndpi"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	get_dev_files
    1.21 +}