wok diff python-dev/receipt @ rev 7417
puzzles: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 28 12:41:13 2010 +0100 (2010-11-28) |
parents | 2614c1e9d774 |
children | 15b3f14c3001 |
line diff
1.1 --- a/python-dev/receipt Sat Oct 09 03:17:36 2010 +0000 1.2 +++ b/python-dev/receipt Sun Nov 28 12:41:13 2010 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The Python programming language devel files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +DEPENDS="python" 1.8 WANTED="python" 1.9 SOURCE="Python" 1.10 WEB_SITE="http://www.python.org/" 1.11 @@ -16,5 +17,7 @@ 1.12 cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/include $fs/usr 1.13 cp -a $WOK/$WANTED/$SOURCE-$VERSION/_pkg/usr/bin/*-config $fs/usr/bin 1.14 chmod 755 $fs/usr/bin/*-config 1.15 + # in python package now 1.16 + rm $fs/usr/include/${PACKAGE}${VERSION}/pyconfig.h 1.17 } 1.18