]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - libtdb/libtdb.nm
libtdb: New package.
[people/amarx/ipfire-3.x.git] / libtdb / libtdb.nm
diff --git a/libtdb/libtdb.nm b/libtdb/libtdb.nm
new file mode 100644 (file)
index 0000000..7b676ae
--- /dev/null
@@ -0,0 +1,50 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libtdb
+version    = 1.2.11
+release    = 1
+
+groups     = System/Libraries
+url        = http://tdb.samba.org/
+license    = LGPLv3+
+summary    = The tdb library.
+
+description
+       A library that implements a trivial database.
+end
+
+thisapp = tdb-%{version}
+
+source_dl  = http://samba.org/ftp/tdb/
+
+build
+       requires
+               docbook-utils
+               docbook-xsl
+               python-devel
+       end
+
+       configure_options += \
+               --disable-rpath \
+               --disable-rpath-install \
+               --bundled-libraries=NONE
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package pytdb
+               template PYTHON
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end