wok view 915resolution/receipt @ rev 11180

Up: actionmailer to 3.1.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Nov 03 00:11:32 2011 +0000 (2011-11-03)
parents c2796e3d4f81
children 55b62be94188
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 DEPENDS=""
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 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 for i in $PACKAGE-$VERSION-widescreen-resolution.patch ; do
19 [ -f done.$i ] && continue
20 patch -p0 < $stuff/$i
21 touch done.$i
22 done
23 make clean && make
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/bin
30 cp -a $src/$PACKAGE $fs/usr/bin
31 cp -a $src/dump_bios $fs/usr/bin
32 }