summaryrefslogtreecommitdiff
path: root/libwpd/Package_libwpd.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-04 14:08:14 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:51:49 +0200
commit85e34a4f3a157663f49611d566554785a28848a7 (patch)
treed19cbe2ae617ae4b2619653ee098c022e573557d /libwpd/Package_libwpd.mk
parentbe742b279a807f7effe758975ce0364f4a80732e (diff)
libwpd: convert to gbuild
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
Diffstat (limited to 'libwpd/Package_libwpd.mk')
-rw-r--r--libwpd/Package_libwpd.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/libwpd/Package_libwpd.mk b/libwpd/Package_libwpd.mk
new file mode 100644
index 000000000000..331a7d1490a3
--- /dev/null
+++ b/libwpd/Package_libwpd.mk
@@ -0,0 +1,31 @@
+# -*- 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,libwpd_inc,$(call gb_UnpackedTarball_get_dir,wpd/src/lib)))
+
+$(eval $(call gb_Package_use_unpacked,libwpd_inc,wpd))
+
+$(eval $(call gb_Package_add_files,libwpd_inc,inc/external/libwpd,\
+ libwpd.h \
+ WPDocument.h \
+ WPXBinaryData.h \
+ WPXDocumentInterface.h \
+ WPXProperty.h \
+ WPXPropertyList.h \
+ WPXString.h \
+ WPXPropertyListVector.h \
+))
+
+$(eval $(call gb_Package_add_files,libwpd_inc,inc/external/libwpd-stream,\
+ libwpd-stream.h \
+ WPXStream.h \
+ WPXStreamImplementation.h \
+))
+
+# vim: set noet sw=4 ts=4: