wok view 915resolution/receipt @ rev 1829

alsa-utils: back to 1.0.17 (1.0.18 needs xmlto/docbook), we see after release
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 09 20:42:29 2008 +0100 (2008-12-09)
parents 0e7de63eb2cb
children 279e3851f876
line source
1 # SliTaz package receipt.
3 PACKAGE="915resolution"
4 VERSION="0.5.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="Modify the 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://www.geocities.com/stomljen/"
11 WGET_URL="http://www.geocities.com/stomljen/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 for i in eeepc901.u ; do
18 [ -f done.$i ] && continue
19 patch -p0 < ../stuff/$i
20 touch done.$i
21 done
22 make clean && make
23 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 }