wok-next diff 915resolution/receipt @ rev 21157
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 04 11:54:13 2019 +0100 (2019-02-04) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/915resolution/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/915resolution/receipt Mon Feb 04 11:54:13 2019 +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 -}