wok-next annotate elilo/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | e1c0edabdcb2 |
children |
rev | line source |
---|---|
al@20473 | 1 # SliTaz package receipt v2. |
pascal@4338 | 2 |
pascal@4338 | 3 PACKAGE="elilo" |
pascal@4338 | 4 VERSION="3.10" |
pascal@4338 | 5 CATEGORY="system-tools" |
al@20473 | 6 SHORT_DESC="The EFI linux boot loader" |
pascal@4338 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15588 | 8 LICENSE="GPL2" |
al@21020 | 9 WEB_SITE="https://sourceforge.net/projects/elilo/" |
al@20473 | 10 |
pascal@4338 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@4338 | 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
al@20473 | 13 |
pascal@4338 | 14 BUILD_DEPENDS="gnu-efi" |
al@20473 | 15 |
pascal@4338 | 16 # See http://mactel-linux.sourceforge.net/wiki/Main_Page |
pascal@4338 | 17 # genisoimage -boot-hfs-file |
pascal@4338 | 18 |
al@20473 | 19 compile_rules() { |
al@20473 | 20 make -j1 || return 1 |
al@20473 | 21 |
al@20473 | 22 mkdir -p $install/usr/lib/elilo $install/usr/sbin |
al@20473 | 23 cp -a $src/elilo.efi $install/usr/lib/elilo |
al@20473 | 24 cp -a $src/tools/eliloalt $install/usr/sbin |
pascal@4338 | 25 } |
pascal@4338 | 26 |
al@20473 | 27 genpkg_rules() { |
al@20473 | 28 copy @std |
pascal@4338 | 29 } |