# HG changeset patch # User Pascal Bellard # Date 1254383684 -7200 # Node ID b6435c3310263c000095d3dba972df6cd5024d8a # Parent dc6010348018436a31568b8829a78cb5fd2ddb6d Add elilo diff -r dc6010348018 -r b6435c331026 elilo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/elilo/receipt Thu Oct 01 09:54:44 2009 +0200 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="elilo" +VERSION="3.10" +CATEGORY="system-tools" +SHORT_DESC="The EFI linux boot loader." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://elilo.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +BUILD_DEPENDS="gnu-efi" +# See http://mactel-linux.sourceforge.net/wiki/Main_Page +# genisoimage -boot-hfs-file + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib/elilo $fs/usr/sbin + cp -a $src/elilo.efi $fs/usr/lib/elilo + cp -a $src/tools/eliloalt $fs/usr/sbin +} +