wok-next diff grub4dos/receipt @ rev 19636

Update licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 10 13:19:07 2017 +0100 (2017-02-10)
parents d1c17bd2c2bc
children a7b1395df64a
line diff
     1.1 --- a/grub4dos/receipt	Mon Dec 02 17:47:06 2013 +0000
     1.2 +++ b/grub4dos/receipt	Fri Feb 10 13:19:07 2017 +0100
     1.3 @@ -6,16 +6,17 @@
     1.4  SHORT_DESC="Some enhancments of grub boot loader."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="https://gna.org/projects/grub4dos/"
     1.8 +
     1.9  TARBALL="$PACKAGE-$VERSION-src.zip"
    1.10 -WEB_SITE="http://grub4dos.sourceforge.net/"
    1.11 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.12 +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE-$VERSION-src.zip"
    1.13  
    1.14  BUILD_DEPENDS="lzma gcc3"
    1.15 +SPLIT="grub4dos-linux"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -	cd $src
    1.21  	for i in $stuff/*.diff ; do
    1.22  		[ -f $(basename $i) ] && continue
    1.23  		patch -p1 < $i