wok-6.x diff eina/receipt @ rev 10586
python-pygame: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 11:57:26 2011 +0200 (2011-05-26) |
parents | ab5e0d88250f |
children | 214dca097a22 |
line diff
1.1 --- a/eina/receipt Sat May 21 23:56:01 2011 +0000 1.2 +++ b/eina/receipt Thu May 26 11:57:26 2011 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="eina" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.0.1" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Enlightenment's data types library (List, hash, etc) in C." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -15,8 +15,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - ./configure --enable-amalgamation \ 1.18 + ./configure \ 1.19 --enable-magic-debug \ 1.20 --enable-safety-checks \ 1.21 $CONFIGURE_ARGS && \