wok view gnu-efi/receipt @ rev 23535

updated python-pyasn1 (0.1.8 -> 0.4.8)
author Hans-G?nter Theisgen
date Mon Apr 06 16:15:12 2020 +0100 (2020-04-06)
parents 7b0b2be5ffb4
children 370da83187ab
line source
1 # SliTaz package receipt.
3 PACKAGE="gnu-efi"
4 VERSION="3.0.11"
5 CATEGORY="development"
6 SHORT_DESC="Development files for EFI applications."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/gnu-efi/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="${WEB_SITE}files/$TARBALL"
14 BUILD_DEPENDS="linux-api-headers"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 KERNEL_VERSION=$(grep ^VERSION= $WOK/linux/receipt | cut -d '"' -f 2)
20 sed -i "s|^\(INSTALLROOT\).*|\1 := $DESTDIR|;s|/local||" Make.defaults
22 make -j1 &&
23 make -j1 install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/* $fs
30 }