wok-next diff clutter-dev/receipt @ rev 6616
Fixed mercurial. Need pyconfig.h for mercurial to work. So i added this to python package since pyconfig.h maybe need for more python programs. I also removed all .pyc and .pyo files from python. Removed about 4mb from python by doing that.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 20:49:19 2010 +0000 (2010-10-09) |
parents | 98e0e149b48e |
children | 8efe4965fb57 |
line diff
1.1 --- a/clutter-dev/receipt Sun Oct 25 17:31:52 2009 +0100 1.2 +++ b/clutter-dev/receipt Sat Oct 09 20:49:19 2010 +0000 1.3 @@ -14,5 +14,6 @@ 1.4 mkdir -p $fs/usr/lib 1.5 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.6 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.7 + ln -s clutter-1.0.pc $fs/usr/lib/pkgconfig/clutter.pc 1.8 cp -a $_pkg/usr/include $fs/usr 1.9 }