# HG changeset patch # User Christopher Rogers # Date 1329855232 18000 # Node ID 8cfc8629accdb430ccff3d29d9c022f0e16907c6 # Parent 53098f6c62725cb6c7aab23ef9acb84353344277 Up: swig to 2.0.4. diff -r 53098f6c6272 -r 8cfc8629accd swig/receipt --- a/swig/receipt Tue Feb 21 15:12:22 2012 -0500 +++ b/swig/receipt Tue Feb 21 15:13:52 2012 -0500 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="swig" -VERSION="2.0.3" +VERSION="2.0.4" CATEGORY="development" MAINTAINER="devel@slitaz.org" SHORT_DESC="A compiler that makes it easy to integrate C and C++ code with scripting languages" @@ -14,9 +14,10 @@ BUILD_DEPENDS="pcre-dev zlib-dev pkg-config" # Rules to configure and make the package. -compile_rules() { +compile_rules() +{ cd $src - ./configure $CONFIGURE_ARGS && + ./configure --prefix=/usr $CONFIGURE_ARGS && make && make install }