wok-next view 915resolution/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
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 }