wok-current view pciutils-dev/receipt @ rev 25547
Up utftpd (0.2.4)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 23 12:22:34 2023 +0000 (19 months ago) |
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 }