wok diff grub4dos-linux/receipt @ rev 10224

Up: openttd to 1.1.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 00:07:05 2011 +0000 (2011-05-21)
parents
children 8c5424ec24b1
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/grub4dos-linux/receipt	Sat May 21 00:07:05 2011 +0000
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="grub4dos-linux"
     1.7 +VERSION="0.4.4"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="Some enhancments of grub boot loader - linux files."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +WEB_SITE="http://grub4dos.sourceforge.net/"
    1.12 +WANTED="grub4dos"
    1.13 +PROVIDE="grub"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib/grub/i386-pc
    1.19 +	cp -a $_pkg/usr/bin $fs/usr
    1.20 +	cp -a $_pkg/usr/sbin $fs/usr
    1.21 +	cp -a  $_pkg/usr/lib/grub/i386-pc/*stage*  $fs/usr/lib/grub/i386-pc
    1.22 +}