wok-stable diff beecrypt/receipt @ rev 2076

Add: libexe*, libxfce4mcs*, libxfce4util*, libxfcegui4*
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 23 23:12:13 2009 +0100 (2009-01-23)
parents 3f898e9b90bd
children 4ffc7c76d358
line diff
     1.1 --- a/beecrypt/receipt	Tue Oct 07 11:12:02 2008 +0000
     1.2 +++ b/beecrypt/receipt	Fri Jan 23 23:12:13 2009 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.8 +	./configure --prefix=/usr --without-cplusplus $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install
    1.11  }