wok-next view 915resolution/receipt @ rev 21139

lftp: use openssl instead of gnutls
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 24 05:20:16 2019 +0200 (2019-01-24)
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 }