wok diff 915resolution/receipt @ rev 8437

Fix fcgi by using -j1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 02:59:23 2011 +0000 (2011-02-06)
parents 279e3851f876
children b50e6276ecc8
line diff
     1.1 --- a/915resolution/receipt	Mon May 18 17:40:11 2009 +0000
     1.2 +++ b/915resolution/receipt	Sun Feb 06 02:59:23 2011 +0000
     1.3 @@ -3,24 +3,24 @@
     1.4  PACKAGE="915resolution"
     1.5  VERSION="0.5.3"
     1.6  CATEGORY="system-tools"
     1.7 -SHORT_DESC="Modify the video BIOS of the 800 and 900 series Intel graphics chipsets"
     1.8 +SHORT_DESC="Widescreen support; modify video BIOS of the 800 and 900 series Intel graphics chipsets"
     1.9  MAINTAINER="erjo@slitaz.org"
    1.10  DEPENDS=""
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 -WEB_SITE="http://www.geocities.com/stomljen/"
    1.13 -WGET_URL="http://www.geocities.com/stomljen/$TARBALL"
    1.14 +WEB_SITE="http://915resolution.mango-lang.org/"
    1.15 +WGET_URL="$WEB_SITE/$TARBALL"
    1.16 +TAGS="widescreen resolution"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -	for i in eeepc901.u ; do
    1.23 +	for i in $PACKAGE-$VERSION-widescreen-resolution.patch ; do
    1.24  		[ -f done.$i ] && continue
    1.25  		patch -p0 < ../stuff/$i
    1.26  		touch done.$i
    1.27  	done
    1.28 -	make clean && make
    1.29 -	#make
    1.30 +	make clean && make	
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.