wok diff efibootmgr/receipt @ rev 24050

updated i3 and i3-man (4.5.1 -> 4.19.2)
author Hans-G?nter Theisgen
date Thu May 13 14:58:33 2021 +0100 (2021-05-13)
parents
children 5ea0ce1cecc0
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/efibootmgr/receipt	Thu May 13 14:58:33 2021 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="efibootmgr"
     1.7 +VERSION="16"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Manage UEFI boot manager variables."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPLv2+"
    1.12 +WEB_SITE="https://github.com/rhinstaller/efibootmgr"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://github.com/rhboot/efibootmgr/archive/$VERSION.tar.gz"
    1.16 +
    1.17 +DEPENDS="efivar gcc83-lib-base popt"
    1.18 +BUILD_DEPENDS="efivar-dev gcc83 icu-dev popt-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	export	EFIDIR=/boot/efi
    1.24 +	export	CC=gcc-83
    1.25 +	export	COMPILER=gcc-83
    1.26 +	export	CFLAGS="$CFLAGS -I/usr/include/unicode -I/usr/include/efivar"
    1.27 +
    1.28 +	make libdir=/usr/lib &&
    1.29 +	make libdir=/usr/lib DESTDIR=$DESTDIR install
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	mkdir -p $fs/usr
    1.36 +	cp -a $install/usr/sbin	$fs/usr
    1.37 +}