wok-next view 915resolution/receipt @ rev 20779

typo
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:48:36 2018 +0000 (2018-06-08)
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 }