wok-6.x diff efivar-dev/receipt @ rev 24045
memtest,plop: tune lzma compression
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 06 12:50:46 2021 +0000 (2021-05-06) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/efivar-dev/receipt Thu May 06 12:50:46 2021 +0000 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 +}