wok-next view 915resolution/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents f5bfda4cdfe9
children 29ae397b760a
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
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 }