opt/sqlite3/Pkgfile
Juergen Daubert b37c435ff6 sqlite3: update to 3.6.9
See my comments included in the patch and the upstream bugreport
at http://www.sqlite.org/cvstrac/tktview?tn=3583
2009-01-14 17:27:07 +01:00

27 lines
554 B
Plaintext

# Description: SQL database engine
# URL: http://www.sqlite.org/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Depends on: ncurses, readline
name=sqlite3
version=3.6.9
release=1
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz
sqlite3-pkgconfig.patch)
build () {
cd sqlite-amalgamation-$version
patch -p1 -i $SRC/sqlite3-pkgconfig.patch
autoreconf -f
libtoolize -fq
CFLAGS="$CFLAGS -DNDEBUG" \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}