wok-next view grub4dos-linux/receipt @ rev 20402

Up seed (3.8.1) use webkitgtk instead of libwebkit; add cogl for clutter; up clutter (1.26.2) using mesa17 instead of mesa; up gnome-games using mesa17 instead of mix 'mesa & mesa17'
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 05 17:49:11 2017 +0200 (2017-12-05)
parents d1c17bd2c2bc
children
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 LICENSE="GPL2"
9 WEB_SITE="http://grub4dos.sourceforge.net/"
10 PROVIDE="grub"
12 WANTED="grub4dos"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 libarch=$(basename `ls $install/usr/lib/grub`)
18 mkdir -p $fs/usr/lib/grub/$libarch
19 cp -a $install/usr/bin $fs/usr
20 cp -a $install/usr/sbin $fs/usr
21 cp -a $install/usr/lib/grub/$libarch/*stage* \
22 $fs/usr/lib/grub/$libarch
23 }