wok-next view elilo/receipt @ rev 20473

Tiny edits...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 16:57:21 2018 +0200 (2018-03-10)
parents fcdd50638150
children d5aab818505e
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="http://elilo.sourceforge.net/"
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 }