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

Up abiword (3.0.5), libwmf (0.2.13), fix wv url
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 11:35:21 2024 +0000 (2 months ago)
parents 2572b2076c7c
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
19 # Ensure remove .la files
20 find $fs -name "*.la" -delete
21 }