]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - sqlite/sqlite.nm
bash-completion: Update to 2.4.
[people/amarx/ipfire-3.x.git] / sqlite / sqlite.nm
index 530f18019680e68b383688293a52477ec2057b22..9c0dfc9a3488303fa66bc6be0b7d170958bd067f 100644 (file)
@@ -4,8 +4,9 @@
 ###############################################################################
 
 name       = sqlite
-version    = 3.7.3
+version    = 3.8.8.2
 release    = 1
+realver    = 3080802
 
 groups     = System/Databases
 url        = http://www.sqlite.org/
@@ -13,24 +14,25 @@ license    = PublicDomain
 summary    = A small an versative Database, that uses simple text files.
 
 description
-       SQLite is a in-process library that implements a self-contained, \
-       serverless, zero-configuration, transactional SQL database engine. \
-       The code for SQLite is in the public domain and is thus free for \
-       use for any purpose, commercial or private. SQLite is currently \
-       found in more applications than we can count, including several \
+       SQLite is a in-process library that implements a self-contained,
+       serverless, zero-configuration, transactional SQL database engine.
+       The code for SQLite is in the public domain and is thus free for
+       use for any purpose, commercial or private. SQLite is currently
+       found in more applications than we can count, including several
        high-profile projects.
 end
 
-source_dl  =
+thisapp    = %{name}-autoconf-%{realver}
+source_dl  = http://www.sqlite.org/2015/
 
 build
        requires
                autoconf
                automake
-               libtool
                ncurses-devel
                readline-devel
                tcl
+               unzip
        end
 
        CFLAGS += \
@@ -42,15 +44,15 @@ build
                -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
                -fno-strict-aliasing
 
+       prepare_cmds
+               autoconf
+       end
+
        configure_options += \
                --enable-threadsafe \
                --enable-threads-override-locks \
                --enable-load-extension \
                --disable-tcl
-
-       prepare_cmds
-               autoreconf -vfi
-       end
 end
 
 quality-agent
@@ -62,6 +64,10 @@ end
 packages
        package %{name}
 
+       package %{name}-libs
+               template LIBS
+       end
+
        package %{name}-devel
                template DEVEL
        end