summaryrefslogtreecommitdiff
path: root/extras/Package_database.mk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-04-09 22:58:49 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-10 18:00:36 +0000
commit8b7da751fd6ada77980b13745f9b276c311e0963 (patch)
tree0faf371a62ce6062622761439f1785d99f8de85a /extras/Package_database.mk
parent43b2d676b5e2d3eb3788ff480b2ab2201a51b2f9 (diff)
fdo#63197, Convert Zip_database
Change-Id: I459b27065869b50639330dcbbae8bc7a1651882f Reviewed-on: https://gerrit.libreoffice.org/3302 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'extras/Package_database.mk')
-rw-r--r--extras/Package_database.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/extras/Package_database.mk b/extras/Package_database.mk
new file mode 100644
index 000000000000..03800f57c6a6
--- /dev/null
+++ b/extras/Package_database.mk
@@ -0,0 +1,19 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+$(eval $(call gb_Package_Package,extras_database,$(SRCDIR)/extras/source/database))
+
+$(eval $(call gb_Package_set_outdir,extras_database,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,extras_database,presets/database,\
+ biblio.odb \
+ evolocal.odb \
+))
+
+# vim: set noet sw=4 ts=4: