# HG changeset patch # User Christopher Rogers # Date 1272457945 0 # Node ID 5144a898a64e9b887756f9e61600c3e7a674cc5c # Parent 79fc515af37760fdf24eb49cba493d2221866f59 Up: sqlite, sqlite-dev, lemon (3.6.23.1) - I sed out rpath using code from archlinux PKGBUILD of sqlite. diff -r 79fc515af377 -r 5144a898a64e lemon/receipt --- a/lemon/receipt Wed Apr 28 11:49:21 2010 +0000 +++ b/lemon/receipt Wed Apr 28 12:32:25 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lemon" -VERSION="3.6.16" +VERSION="3.6.23.1" CATEGORY="system-tools" SHORT_DESC="The LEMON Parser Generator (from the SQLite project)." MAINTAINER="pankso@slitaz.org" diff -r 79fc515af377 -r 5144a898a64e sqlite-dev/receipt --- a/sqlite-dev/receipt Wed Apr 28 11:49:21 2010 +0000 +++ b/sqlite-dev/receipt Wed Apr 28 12:32:25 2010 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sqlite-dev" -VERSION="3.6.16" +VERSION="3.6.23.1" CATEGORY="development" SHORT_DESC="Small SQL database engine devel files." MAINTAINER="pankso@slitaz.org" @@ -13,6 +13,6 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr } diff -r 79fc515af377 -r 5144a898a64e sqlite/receipt --- a/sqlite/receipt Wed Apr 28 11:49:21 2010 +0000 +++ b/sqlite/receipt Wed Apr 28 12:32:25 2010 +0000 @@ -1,11 +1,12 @@ # SliTaz package receipt. PACKAGE="sqlite" -VERSION="3.6.16" +VERSION="3.6.23.1" CATEGORY="office" SHORT_DESC="Small SQL database engine." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" +BUILD_DEPENDS="tcl" WEB_SITE="http://www.sqlite.org/" WGET_URL="http://www.sqlite.org/$TARBALL" @@ -20,6 +21,8 @@ --enable-load-extension \ LDFLAGS=-ldl \ $CONFIGURE_ARGS && + sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool && + sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool && make && make DESTDIR=$PWD/_pkg install }