wok-next view gnu-efi/receipt @ rev 20021

Up gnu-efi (3.0.6); clisp, potamus, truecrypt: add *FLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 11:56:03 2017 +0200 (2017-10-22)
parents 7bb096863642
children fa46a21668af
line source
1 # SliTaz package receipt.
3 PACKAGE="gnu-efi"
4 VERSION="3.0.6"
5 CATEGORY="development"
6 SHORT_DESC="Development files for EFI applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.orig.tar.bz2"
10 WEB_SITE="http://gnu-efi.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 BUILD_DEPENDS="linux-api-headers"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 KERNEL_VERSION=$(grep ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2)
19 sed -i "s|^INSTALLROOT.*|INSTALLROOT := $DESTDIR|;s|/local||" Make.defaults
20 make -j1 && make -j1 install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }