wok view elspci/receipt @ rev 24514

created recipe for elspci
author Hans-G?nter Theisgen
date Mon Feb 21 15:26:14 2022 +0100 (2022-02-21)
parents
children d77ab883a8b3
line source
1 # SliTaz package receipt.
3 PACKAGE="elspci"
4 VERSION="1.0-1"
5 CATEGORY="development"
6 TAGS="device"
7 SHORT_DESC="List PCI device information."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL"
10 WEB_SITE="unknown"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://distro.ibiblio.org/quirky/quirky6/sources/t2/april/$TARBALL"
15 BUILD_DEPENDS="dietlibc"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./makeme.sh
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/elspci $fs/usr/bin
28 }