wok-6.x view pciutils-dev/receipt @ rev 25557

Up bzip3 (1.3.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 23 16:03:47 2023 +0000 (14 months ago)
parents cb9656914245
children
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 }