wok view elilo/receipt @ rev 12504

Up: xorg-libICE and xorg-libSM (start updating Xorg libs)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 24 19:31:40 2012 +0200 (2012-04-24)
parents b6435c331026
children fcdd50638150
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 }