wok rev 4338
Add elilo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 01 09:54:44 2009 +0200 (2009-10-01) |
parents | dc6010348018 |
children | fd316695f8e5 |
files | elilo/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/elilo/receipt Thu Oct 01 09:54:44 2009 +0200 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="elilo" 1.7 +VERSION="3.10" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="The EFI linux boot loader." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://elilo.sourceforge.net/" 1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 +BUILD_DEPENDS="gnu-efi" 1.15 +# See http://mactel-linux.sourceforge.net/wiki/Main_Page 1.16 +# genisoimage -boot-hfs-file 1.17 + 1.18 +# Rules to configure and make the package. 1.19 +compile_rules() 1.20 +{ 1.21 + cd $src 1.22 + make 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs/usr/lib/elilo $fs/usr/sbin 1.29 + cp -a $src/elilo.efi $fs/usr/lib/elilo 1.30 + cp -a $src/tools/eliloalt $fs/usr/sbin 1.31 +} 1.32 +