Initial .bep file for numpy, it's not yet working so marked as broken. Also added LOCALBASE to pygame's .bep file but it's still not

locating libpng.
This commit is contained in:
Scott McCreary
2010-07-08 05:32:49 +00:00
parent 7d135cd892
commit 186486ee44
2 changed files with 22 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ DEPEND="dev-lang/python >= 2.6.4
BUILD {
cd pygame-1.9.1release
LOCALBASE=/boot/common/
python setup.py install
}