wok-next view 915resolution/receipt @ rev 20513

A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 15:58:17 2018 +0200 (2018-03-21)
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 }