wok view grub4dos-linux/receipt @ rev 9845

Add: apache-mod-wsgi'
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun May 15 23:51:51 2011 +0200 (2011-05-15)
parents
children 8c5424ec24b1
line source
1 # SliTaz package receipt.
3 PACKAGE="grub4dos-linux"
4 VERSION="0.4.4"
5 CATEGORY="system-tools"
6 SHORT_DESC="Some enhancments of grub boot loader - linux files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://grub4dos.sourceforge.net/"
9 WANTED="grub4dos"
10 PROVIDE="grub"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/grub/i386-pc
16 cp -a $_pkg/usr/bin $fs/usr
17 cp -a $_pkg/usr/sbin $fs/usr
18 cp -a $_pkg/usr/lib/grub/i386-pc/*stage* $fs/usr/lib/grub/i386-pc
19 }