wok-next view 915resolution/receipt @ rev 20666

Up freeglut (3.0.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 11 03:09:34 2018 +0300 (2018-05-11)
parents 0e7893ac206d
children d5aab818505e
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="erjo@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"
14 compile_rules() {
15 make || return 1
16 install -Dm755 $src/915resolution $install/usr/sbin/915resolution
17 install -Dm755 $src/dump_bios $install/usr/sbin/dump_bios
18 }
20 genpkg_rules() {
21 copy @std
22 TAGS="widescreen resolution"
23 }