wok view elilo/receipt @ rev 16206

Up: nss (3.14.3)
author Alexander Medvedev <devl547@gmail.com>
date Mon Mar 31 05:10:49 2014 +0000 (2014-03-31)
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 }