wok view 915resolution/receipt @ rev 13841

get-LibreOffice: busybox does not support ? wildcard anymore. bug?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 08 10:29:56 2013 +0100 (2013-01-08)
parents b50e6276ecc8
children 164afa784523
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 widescreen-resolution cedarview ; do
19 [ -f done.$i ] && continue
20 patch -p0 < $stuff/$PACKAGE-$VERSION-$i.patch
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 }