wok-next view elilo/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents e1c0edabdcb2
children
line source
1 # SliTaz package receipt v2.
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 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/elilo/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gnu-efi"
16 # See http://mactel-linux.sourceforge.net/wiki/Main_Page
17 # genisoimage -boot-hfs-file
19 compile_rules() {
20 make -j1 || return 1
22 mkdir -p $install/usr/lib/elilo $install/usr/sbin
23 cp -a $src/elilo.efi $install/usr/lib/elilo
24 cp -a $src/tools/eliloalt $install/usr/sbin
25 }
27 genpkg_rules() {
28 copy @std
29 }