wok-next annotate 915resolution/receipt @ rev 21340

Up ipxe (1.20.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 21 08:52:35 2020 +0100 (2020-01-21)
parents d5aab818505e
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
erjo@1150 2
erjo@1150 3 PACKAGE="915resolution"
erjo@1150 4 VERSION="0.5.3"
erjo@1150 5 CATEGORY="system-tools"
al@17992 6 SHORT_DESC="Intel video BIOS hack to support certain resolutions"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14801 8 LICENSE="PublicDomain"
al@20443 9 WEB_SITE="http://915resolution.mango-lang.org/"
al@20443 10
erjo@1150 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@14766 12 WGET_URL="$WEB_SITE$TARBALL"
al@21087 13 TARBALL_SHA1="377a32d33f1987adf372341c8c6664d5673da9b8"
al@21087 14
al@21087 15 TAGS="widescreen resolution"
erjo@1150 16
al@20443 17 compile_rules() {
al@20640 18 make || return 1
al@20443 19 install -Dm755 $src/915resolution $install/usr/sbin/915resolution
al@20443 20 install -Dm755 $src/dump_bios $install/usr/sbin/dump_bios
erjo@1150 21 }