wok-next diff gnu-efi/receipt @ rev 21663
updated fox (1.6.49 -> 1.6.57)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 27 14:24:53 2020 +0100 (2020-06-27) |
parents | fa46a21668af |
children |
line diff
1.1 --- a/gnu-efi/receipt Sun Oct 22 12:09:13 2017 +0200 1.2 +++ b/gnu-efi/receipt Sat Jun 27 14:24:53 2020 +0100 1.3 @@ -3,25 +3,24 @@ 1.4 PACKAGE="gnu-efi" 1.5 VERSION="3.0.6" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="Development files for EFI applications." 1.8 +SHORT_DESC="Development files for EFI applications" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="https://sourceforge.net/projects/gnu-efi/" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 -WEB_SITE="http://gnu-efi.sourceforge.net/" 1.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.16 1.17 BUILD_DEPENDS="linux-api-headers" 1.18 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 - KERNEL_VERSION=$(grep ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2) 1.23 - sed -i "s|^INSTALLROOT.*|INSTALLROOT := $DESTDIR|;s|/local||" Make.defaults 1.24 - make -j1 && make -j1 install 1.25 +compile_rules() { 1.26 + KERNEL_VERSION=$(. $WOK/linux/receipt; echo $VERSION) 1.27 + sed -i "s|^INSTALLROOT.*|INSTALLROOT := $install|; s|/local||" Make.defaults 1.28 + 1.29 + make -j1 && 1.30 + make -j1 install 1.31 } 1.32 1.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 -genpkg_rules() 1.35 -{ 1.36 +genpkg_rules() { 1.37 cp -a $install/* $fs 1.38 }