wok-next diff 915resolution/receipt @ rev 21340

Up ipxe (1.20.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 21 08:52:35 2020 +0100 (2020-01-21)
parents d5aab818505e
children
line diff
     1.1 --- a/915resolution/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/915resolution/receipt	Tue Jan 21 08:52:35 2020 +0100
     1.3 @@ -10,14 +10,12 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WGET_URL="$WEB_SITE$TARBALL"
     1.7 +TARBALL_SHA1="377a32d33f1987adf372341c8c6664d5673da9b8"
     1.8 +
     1.9 +TAGS="widescreen resolution"
    1.10  
    1.11  compile_rules() {
    1.12  	make || return 1
    1.13  	install -Dm755 $src/915resolution $install/usr/sbin/915resolution
    1.14  	install -Dm755 $src/dump_bios     $install/usr/sbin/dump_bios
    1.15  }
    1.16 -
    1.17 -genpkg_rules() {
    1.18 -	copy @std
    1.19 -	TAGS="widescreen resolution"
    1.20 -}