wok view elilo/receipt @ rev 19945

Up vmtouch (1.1.0)
author Paul Issott <paul@slitaz.org>
date Sun May 07 15:47:05 2017 +0100 (2017-05-07)
parents 3eed5701a7ff
children ad2378eb7dba
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://elilo.sourceforge.net/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 BUILD_DEPENDS="gnu-efi"
13 # See http://mactel-linux.sourceforge.net/wiki/Main_Page
14 # genisoimage -boot-hfs-file
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make -j1
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib/elilo $fs/usr/sbin
27 cp -a $src/elilo.efi $fs/usr/lib/elilo
28 cp -a $src/tools/eliloalt $fs/usr/sbin
29 }