wok-stable diff dillo-hg/receipt @ rev 4615

asterisk: add ilbc, do not stop on missing includes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 17 14:55:58 2009 +0100 (2009-12-17)
parents 881c396942a6
children 6e90579538d6
line diff
     1.1 --- a/dillo-hg/receipt	Sun May 17 23:58:31 2009 +0200
     1.2 +++ b/dillo-hg/receipt	Thu Dec 17 14:55:58 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="dillo-hg"
     1.7 -VERSION="1102"
     1.8 +VERSION="1326"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Light and fast web browse using FLTK (Hg version)."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -22,7 +22,7 @@
    1.13  	cd $src
    1.14  	./autogen.sh &&
    1.15  	./configure \
    1.16 -		--sysconfdir=/etc/dillo \
    1.17 +		--sysconfdir=/etc \
    1.18  		--prefix=/usr \
    1.19  		--enable-ssl \
    1.20  		$CONFIGURE_ARGS &&