wok rev 8362

Added setuptools to python-simplejson build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 03 16:52:53 2011 +0000 (2011-02-03)
parents 3fe66405923b
children e1403dacd137
files python-simplejson/receipt xorg-xf86-video-sis/receipt
line diff
     1.1 --- a/python-simplejson/receipt	Thu Feb 03 16:47:06 2011 +0000
     1.2 +++ b/python-simplejson/receipt	Thu Feb 03 16:52:53 2011 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://pypi.python.org/pypi/simplejson"
     1.5  WGET_URL="http://pypi.python.org/packages/source/s/$SOURCE/$TARBALL"
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="python-dev"
     1.8 +BUILD_DEPENDS="python-dev setuptools"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
     2.1 --- a/xorg-xf86-video-sis/receipt	Thu Feb 03 16:47:06 2011 +0000
     2.2 +++ b/xorg-xf86-video-sis/receipt	Thu Feb 03 16:52:53 2011 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="Xorg driver for SIS cards."
     2.5  MAINTAINER="pankso@slitaz.org"
     2.6  DEPENDS="xorg-server mesa-dri-sis"
     2.7 -BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto"
     2.8 +BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto xorg-xf86driproto"
     2.9  SOURCE="xf86-video-sis"
    2.10  TARBALL="$SOURCE-$VERSION.tar.bz2"
    2.11  WEB_SITE="http://www.x.org/"
    2.12 @@ -23,6 +23,7 @@
    2.13      	--mandir=/usr/share/man \
    2.14      	--localstatedir=/var \
    2.15      	--with-xorg-module-dir=/usr/lib/X11/modules \
    2.16 +    	--enable-dri \
    2.17      	$CONFIGURE_ARGS
    2.18      make
    2.19      make DESTDIR=$PWD/_pkg install