wok-next view 915resolution/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
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 }