wok diff 915resolution/receipt @ rev 19071
Add: Online communications services.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Apr 22 20:51:44 2016 -0300 (2016-04-22) |
parents | 16c0bac038bf |
children | 68cf96abc146 |
line diff
1.1 --- a/915resolution/receipt Tue Jul 16 08:55:30 2013 +0200 1.2 +++ b/915resolution/receipt Fri Apr 22 20:51:44 2016 -0300 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="915resolution" 1.5 VERSION="0.5.3" 1.6 CATEGORY="system-tools" 1.7 -SHORT_DESC="Widescreen support; modify video BIOS of the 800 and 900 series Intel graphics chipsets" 1.8 +SHORT_DESC="Intel video BIOS hack to support certain resolutions" 1.9 MAINTAINER="erjo@slitaz.org" 1.10 LICENSE="PublicDomain" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 for i in widescreen-resolution cedarview ; do 1.18 [ -f done.$i ] && continue 1.19 patch -p0 < $stuff/$PACKAGE-$VERSION-$i.patch 1.20 @@ -32,4 +31,3 @@ 1.21 install $src/$PACKAGE $fs/usr/sbin 1.22 install $src/dump_bios $fs/usr/sbin 1.23 } 1.24 -