wok view grub4dos-linux/receipt @ rev 6348
Add: libplist and libplist-dev. Need for newer libgpod and gtkpod. Up: gtkpod to 1.0.0. Up: libgpod, libgpod-dev to 0.7.94.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Sep 19 23:48:53 2010 +0000 (2010-09-19) |
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 }