wok diff swig/receipt @ rev 14717

libgdiplus: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:20:13 2013 +0200 (2013-06-11)
parents fdc03c237282
children c4f226b02549
line diff
     1.1 --- a/swig/receipt	Sun May 22 16:57:27 2011 +0000
     1.2 +++ b/swig/receipt	Tue Jun 11 11:20:13 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="swig"
     1.7 -VERSION="2.0.3"
     1.8 +VERSION="2.0.4"
     1.9  CATEGORY="development"
    1.10  MAINTAINER="devel@slitaz.org"
    1.11  SHORT_DESC="A compiler that makes it easy to integrate C and C++ code with scripting languages"
    1.12 @@ -14,9 +14,10 @@
    1.13  BUILD_DEPENDS="pcre-dev zlib-dev pkg-config"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16 -compile_rules() {
    1.17 +compile_rules()
    1.18 +{
    1.19  	cd $src
    1.20 -	./configure $CONFIGURE_ARGS &&
    1.21 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.22  	make && make install
    1.23  }
    1.24