wok-next
diff PyQt-x11-gpl/receipt @ rev 6021
Fix: scite (added glib-dev to build depends)
author |
Alexander Medvedev <devl547@gmail.com> |
date |
Sun Aug 15 11:15:54 2010 +0000 (2010-08-15) |
parents |
55b0f51a38c7 |
children |
c7736da9c3d3 |
line diff
1.1 --- a/PyQt-x11-gpl/receipt Sun Jul 04 15:44:26 2010 -0400
1.2 +++ b/PyQt-x11-gpl/receipt Sun Aug 15 11:15:54 2010 +0000
1.3 @@ -20,7 +20,7 @@
1.4 {
1.5 cd $src
1.6 yes yes | python configure.py --confirm-license
1.7 - make &&
1.8 + make -j 4 &&
1.9 make DESTDIR=$PWD/_pkg install
1.10 }
1.11