sqlite3: update to 3.3.9
This commit is contained in:
parent
4a82b14cbc
commit
4f310a7545
@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/sqlite3
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/sqlite3.h
|
||||
-rw-r--r-- root/root usr/include/sqlite3ext.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libsqlite3.a
|
||||
-rwxr-xr-x root/root usr/lib/libsqlite3.la
|
||||
@ -11,3 +12,6 @@ lrwxrwxrwx root/root usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6
|
||||
-rwxr-xr-x root/root usr/lib/libsqlite3.so.0.8.6
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/sqlite3.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/sqlite3.1.gz
|
||||
|
@ -1 +1 @@
|
||||
2b2b0f967b6c5df1a5d495067c092d11 sqlite-3.3.8.tar.gz
|
||||
bb9915a52efa7f4df19e55a3225e71b9 sqlite-3.3.9.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: ncurses, readline
|
||||
|
||||
name=sqlite3
|
||||
version=3.3.8
|
||||
version=3.3.9
|
||||
release=1
|
||||
|
||||
source=(http://www.sqlite.org/sqlite-$version.tar.gz)
|
||||
@ -16,4 +16,6 @@ build () {
|
||||
--disable-tcl
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
install -d $PKG/usr/man/man1
|
||||
install -m 644 sqlite3.1 $PKG/usr/man/man1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user