wok annotate grub4dos/receipt @ rev 1726

Add grub4dos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 19 16:41:57 2008 +0000 (2008-11-19)
parents
children fc5df6c998a3
rev   line source
pascal@1726 1 # SliTaz package receipt.
pascal@1726 2
pascal@1726 3 PACKAGE="grub4dos"
pascal@1726 4 VERSION="0.4.3"
pascal@1726 5 CATEGORY="system-tools"
pascal@1726 6 SHORT_DESC="Some enhancments of grub boot loader."
pascal@1726 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@1726 8 TARBALL="$PACKAGE-$VERSION.zip"
pascal@1726 9 WEB_SITE="http://grub4dos.sourceforge.net/"
pascal@1726 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@1726 11 BUILD_DEPENDS="lzma"
pascal@1726 12
pascal@1726 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1726 14 genpkg_rules()
pascal@1726 15 {
pascal@1726 16 mkdir -p $fs/usr/share/boot
pascal@1726 17 lzma e $src/grub.exe $fs/usr/share/boot/grub.exe.lzma
pascal@1726 18 lzma e $src/grldr $fs/usr/share/boot/grldr.lzma
pascal@1726 19 }
pascal@1726 20