wok diff efivar-dev/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/efivar-dev/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="efivar-dev"
     1.7 +VERSION="37"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Manage UEFI variables - development files."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="LGPLv2.1"
    1.12 +WEB_SITE="https://github.com/rhboot/efivar"
    1.13 +
    1.14 +WANTED="efivar"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/lib
    1.20 +
    1.21 +	cp -a $install/usr/include		$fs/usr
    1.22 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.23 +}