wok-current view pciutils-dev/receipt @ rev 25117

updated pcre2 and pcre2-dev (10.34 -> 10.40)
author Hans-G?nter Theisgen
date Sat Jun 25 16:50:46 2022 +0100 (2022-06-25)
parents cb9656914245
children a23978bfa665
line source
1 # SliTaz package receipt.
3 PACKAGE="pciutils-dev"
4 VERSION="3.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for pciutils."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://mj.ucw.cz/sw/pciutils/"
11 DEPENDS="pciutils pkg-config"
12 WANTED="pciutils"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }