wok diff elilo/receipt @ rev 6342
Up : hostapd 0.7.3
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Sun Sep 19 14:11:56 2010 +0200 (2010-09-19) |
parents | |
children | 3eed5701a7ff |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/elilo/receipt Sun Sep 19 14:11:56 2010 +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 +