wok diff libestr/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 3a735c5951e2
children 6c3718ca17b6
line diff
     1.1 --- a/libestr/receipt	Wed Dec 14 02:28:08 2011 +0100
     1.2 +++ b/libestr/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -9,12 +9,10 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="http://libestr.adiscon.com/files/download/$TARBALL"
     1.6  
     1.7 -DEPENDS=""
     1.8 -BUILD_DEPENDS=""
     1.9 -
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 +	cd $src
    1.14  	./configure $CONFIGURE_ARGS && make && make install
    1.15  }
    1.16