wok view 915resolution/receipt @ rev 16669

Add: yarock
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 14 15:46:28 2014 +0300 (2014-05-14)
parents 164afa784523
children c9e270dd464f
line source
1 # SliTaz package receipt.
3 PACKAGE="915resolution"
4 VERSION="0.5.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Widescreen support; modify video BIOS of the 800 and 900 series Intel graphics chipsets"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="PublicDomain"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://915resolution.mango-lang.org/"
11 WGET_URL="$WEB_SITE$TARBALL"
12 TAGS="widescreen resolution"
14 DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 for i in widescreen-resolution cedarview ; do
21 [ -f done.$i ] && continue
22 patch -p0 < $stuff/$PACKAGE-$VERSION-$i.patch
23 touch done.$i
24 done
25 make
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/sbin
32 install $src/$PACKAGE $fs/usr/sbin
33 install $src/dump_bios $fs/usr/sbin
34 }