summaryrefslogtreecommitdiffstats
path: root/base/sqlite3
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:56:27 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:56:27 +0100
commit9e96be14695136413489802ece77cd0473f7809b (patch)
tree00c7eddee96bc3179172058c7d0c769fa54771d0 /base/sqlite3
parent5c30ec0a7ba276092dfaa1ddf3c33fd0b3b37eab (diff)
downloadnutyx-pakxe-9e96be14695136413489802ece77cd0473f7809b.tar.gz
nutyx-pakxe-9e96be14695136413489802ece77cd0473f7809b.tar.bz2
nutyx-pakxe-9e96be14695136413489802ece77cd0473f7809b.tar.xz
nutyx-pakxe-9e96be14695136413489802ece77cd0473f7809b.zip
Suppression de sqlite3 dans base
Diffstat (limited to 'base/sqlite3')
-rw-r--r--base/sqlite3/.footprint22
-rw-r--r--base/sqlite3/.md5sum1
-rw-r--r--base/sqlite3/Pkgfile19
3 files changed, 0 insertions, 42 deletions
diff --git a/base/sqlite3/.footprint b/base/sqlite3/.footprint
deleted file mode 100644
index 4b26ac576..000000000
--- a/base/sqlite3/.footprint
+++ /dev/null
@@ -1,22 +0,0 @@
-drwxr-xr-x root/root usr/
-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
-lrwxrwxrwx root/root usr/lib/libsqlite3.so -> libsqlite3.so.0.8.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/lib/tcl8.5/
-drwxr-xr-x root/root usr/lib/tcl8.5/sqlite3/
--rwxr-xr-x root/root usr/lib/tcl8.5/sqlite3/libtclsqlite3.so
--rw-r--r-- root/root usr/lib/tcl8.5/sqlite3/pkgIndex.tcl
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/sqlite3.1.gz
diff --git a/base/sqlite3/.md5sum b/base/sqlite3/.md5sum
deleted file mode 100644
index c18d5f2f8..000000000
--- a/base/sqlite3/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-d7c57e91fbeb630c19f82eec3ef73dae sqlite-3.6.16.tar.gz
diff --git a/base/sqlite3/Pkgfile b/base/sqlite3/Pkgfile
deleted file mode 100644
index cf0237612..000000000
--- a/base/sqlite3/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Librairie C qui implémente un moteur de base de données SQL
-# URL: http://www.sqlite.org/
-# Maintainer: NuTyX core
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: tcl
-
-name=sqlite3
-version=3.6.16
-release=1
-source=(http://www.sqlite.org/sqlite-$version.tar.gz)
-build() {
- cd sqlite-$version
- ./configure --prefix=/usr \
- --enable-threadsafe
- make
- make DESTDIR=$PKG install
- install -d $PKG/usr/share/man/man1
- install -m 644 sqlite3.1 $PKG/usr/share/man/man1
-}