wok rev 24514

created recipe for elspci
author Hans-G?nter Theisgen
date Mon Feb 21 15:26:14 2022 +0100 (2022-02-21)
parents 4e7edc76de88
children fd8dfbdbc24d
files elspci/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/elspci/receipt	Mon Feb 21 15:26:14 2022 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="elspci"
     1.7 +VERSION="1.0-1"
     1.8 +CATEGORY="development"
     1.9 +TAGS="device"
    1.10 +SHORT_DESC="List PCI device information."
    1.11 +MAINTAINER="maintainer@slitaz.org"
    1.12 +LICENSE="GPL"
    1.13 +WEB_SITE="unknown"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 +WGET_URL="http://distro.ibiblio.org/quirky/quirky6/sources/t2/april/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="dietlibc"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./makeme.sh
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/bin
    1.30 +	cp -a $src/elspci	$fs/usr/bin
    1.31 +}