wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="915resolution"
4 VERSION="0.5.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Intel video BIOS hack to support certain resolutions"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://915resolution.mango-lang.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE$TARBALL"
13 TARBALL_SHA1="377a32d33f1987adf372341c8c6664d5673da9b8"
15 TAGS="widescreen resolution"
17 compile_rules() {
18 make || return 1
19 install -Dm755 $src/915resolution $install/usr/sbin/915resolution
20 install -Dm755 $src/dump_bios $install/usr/sbin/dump_bios
21 }