wok-next view 915resolution/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-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 }