]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - sqlite/sqlite.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / sqlite / sqlite.nm
index 530f18019680e68b383688293a52477ec2057b22..ae3a5fac3a9d8db0efd1e9279307eb9dd94f1feb 100644 (file)
@@ -4,8 +4,9 @@
 ###############################################################################
 
 name       = sqlite
-version    = 3.7.3
-release    = 1
+version    = 3.7.10
+release    = 2
+realver    = 3071000
 
 groups     = System/Databases
 url        = http://www.sqlite.org/
@@ -13,21 +14,19 @@ 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/
 
 build
        requires
-               autoconf
-               automake
-               libtool
                ncurses-devel
                readline-devel
                tcl
@@ -47,10 +46,6 @@ build
                --enable-threads-override-locks \
                --enable-load-extension \
                --disable-tcl
-
-       prepare_cmds
-               autoreconf -vfi
-       end
 end
 
 quality-agent
@@ -62,6 +57,10 @@ end
 packages
        package %{name}
 
+       package %{name}-libs
+               template LIBS
+       end
+
        package %{name}-devel
                template DEVEL
        end