wok rev 25845

created recipe for util-linux-dmesg
author Hans-G?nter Theisgen
date Fri May 23 07:41:58 2025 +0100 (3 weeks ago)
parents 75bf9c4d1a41
children f748a2f85542
files util-linux-dmesg/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/util-linux-dmesg/receipt	Fri May 23 07:41:58 2025 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="util-linux-dmesg"
     1.7 +VERSION="2.38"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The dmesg command from Util Linux."
    1.10 +MAINTAINER="HGT@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
    1.13 +
    1.14 +DEPENDS="gcc83-lib-base"
    1.15 +WANTED="util-linux"
    1.16 +
    1.17 +HOST_ARCH="i486 arm x86_64"
    1.18 +
    1.19 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.20 +genpkg_rules()
    1.21 +{
    1.22 +	mkdir	-p $fs/bin
    1.23 +	cp	-a $install/bin/dmesg	$fs/bin
    1.24 +}
    1.25 +
    1.26 +post_remove()
    1.27 +{
    1.28 +	ln -s	/bin/busybox	"$1/bin/dmesg"
    1.29 +}