wok-next diff grub4dos/receipt @ rev 19841
Up adwaita-icon-theme, at-spi2-atk, at-spi2-core, elementary-icon-theme, gtk+, gtk+3, hydroxygen-iconset, libepoxy, paper-icon-theme, slitaz-icons-elementary, slitaz-icons-hydroxygen, slitaz-icons-paper. Add faience-icon-theme.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 17 16:45:06 2017 +0300 (2017-08-17) |
parents | d1c17bd2c2bc |
children | a7b1395df64a |
line diff
1.1 --- a/grub4dos/receipt Mon Dec 02 17:47:06 2013 +0000 1.2 +++ b/grub4dos/receipt Thu Aug 17 16:45:06 2017 +0300 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