wok-current diff setuptools/receipt @ rev 4602
Add nvidia (proprietary drivers and lib)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Mon Dec 14 15:51:46 2009 +0000 (2009-12-14) |
parents | 3d99ecce2d4b |
children | b4de8eb78082 |
line diff
1.1 --- a/setuptools/receipt Sun Oct 05 23:16:15 2008 +0000 1.2 +++ b/setuptools/receipt Mon Dec 14 15:51:46 2009 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="setuptools" 1.7 -VERSION="0.6c8" 1.8 +VERSION="0.6c9" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Python package installation tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://pypi.python.org/pypi/setuptools" 1.14 WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL" 1.15 -DEPENDS="python" 1.16 +DEPENDS="python python-dev" 1.17 BUILD_DEPENDS="python python-dev" 1.18 1.19 # Rules to configure and make the package.