wok-4.x view elilo/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents b6435c331026
children
line source
1 # SliTaz package receipt.
3 PACKAGE="elilo"
4 VERSION="3.10"
5 CATEGORY="system-tools"
6 SHORT_DESC="The EFI linux boot loader."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://elilo.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 BUILD_DEPENDS="gnu-efi"
12 # See http://mactel-linux.sourceforge.net/wiki/Main_Page
13 # genisoimage -boot-hfs-file
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make -j1
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib/elilo $fs/usr/sbin
26 cp -a $src/elilo.efi $fs/usr/lib/elilo
27 cp -a $src/tools/eliloalt $fs/usr/sbin
28 }