wok-stable rev 1726
Add grub4dos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 19 16:41:57 2008 +0000 (2008-11-19) |
parents | 93d00c99a427 |
children | 38eb7e9a9fef |
files | grub4dos/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/grub4dos/receipt Wed Nov 19 16:41:57 2008 +0000 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="grub4dos" 1.7 +VERSION="0.4.3" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Some enhancments of grub boot loader." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +TARBALL="$PACKAGE-$VERSION.zip" 1.12 +WEB_SITE="http://grub4dos.sourceforge.net/" 1.13 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 +BUILD_DEPENDS="lzma" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/share/boot 1.20 + lzma e $src/grub.exe $fs/usr/share/boot/grub.exe.lzma 1.21 + lzma e $src/grldr $fs/usr/share/boot/grldr.lzma 1.22 +} 1.23 +