summaryrefslogtreecommitdiff
path: root/sqlite3/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3/Pkgfile')
-rw-r--r--sqlite3/Pkgfile16
1 files changed, 6 insertions, 10 deletions
diff --git a/sqlite3/Pkgfile b/sqlite3/Pkgfile
index ccf860523..a64011422 100644
--- a/sqlite3/Pkgfile
+++ b/sqlite3/Pkgfile
@@ -4,22 +4,18 @@
# Depends on: ncurses, readline
name=sqlite3
-version=3.6.10
+version=3.6.11
release=1
-source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz
- sqlite3-pkgconfig.patch)
+source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
build () {
- cd sqlite-amalgamation-$version
+ cd sqlite-$version
- patch -p1 -i $SRC/sqlite3-pkgconfig.patch
+ # http://www.sqlite.org/cvstrac/tktview?tn=3583
+ sed -i 's/@RELEASE@/@VERSION@/' sqlite3.pc.in
- autoreconf -f
- libtoolize -fq
-
- CFLAGS="$CFLAGS -DNDEBUG" \
- ./configure --prefix=/usr
+ ./configure --prefix=/usr CFLAGS="$CFLAGS -DNDEBUG"
make
make DESTDIR=$PKG install

Generated by cgit