wok diff sqlite/receipt @ rev 5351

Up: sqlite, sqlite-dev, lemon (3.6.23.1) - I sed out rpath using code from archlinux PKGBUILD of sqlite.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 28 12:32:25 2010 +0000 (2010-04-28)
parents d747b7cd6d08
children 6c8824502823
line diff
     1.1 --- a/sqlite/receipt	Fri Jul 03 10:42:30 2009 +0200
     1.2 +++ b/sqlite/receipt	Wed Apr 28 12:32:25 2010 +0000
     1.3 @@ -1,11 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sqlite"
     1.7 -VERSION="3.6.16"
     1.8 +VERSION="3.6.23.1"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Small SQL database engine."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +BUILD_DEPENDS="tcl"
    1.14  WEB_SITE="http://www.sqlite.org/"
    1.15  WGET_URL="http://www.sqlite.org/$TARBALL"
    1.16  
    1.17 @@ -20,6 +21,8 @@
    1.18  		--enable-load-extension \
    1.19  		LDFLAGS=-ldl \
    1.20  		$CONFIGURE_ARGS &&
    1.21 +	sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool &&
    1.22 +  	sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool &&
    1.23  	make &&
    1.24  	make DESTDIR=$PWD/_pkg install
    1.25  }