summaryrefslogtreecommitdiff
path: root/libmspub/UnpackedTarball_mspub.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-04 13:11:45 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-08 12:50:39 +0200
commit105edf31b9e9be7cbc033d8ed09b382457fd1264 (patch)
tree2d6708ddafcd390bf5d8c94721a3ab1948a9b2bb /libmspub/UnpackedTarball_mspub.mk
parent71a3db78930b7b804231e2a6c576cad672d39c8d (diff)
libmspub: convert to gbuild
Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
Diffstat (limited to 'libmspub/UnpackedTarball_mspub.mk')
-rw-r--r--libmspub/UnpackedTarball_mspub.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/libmspub/UnpackedTarball_mspub.mk b/libmspub/UnpackedTarball_mspub.mk
new file mode 100644
index 000000000000..cb1503f513e9
--- /dev/null
+++ b/libmspub/UnpackedTarball_mspub.mk
@@ -0,0 +1,18 @@
+# -*- 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_UnpackedTarball_UnpackedTarball,mspub))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,mspub,$(MSPUB_TARBALL)))
+
+$(eval $(call gb_UnpackedTarball_set_patches,mspub,\
+ libmspub/libmspub-0.0.3.patch \
+))
+
+# vim: set noet sw=4 ts=4: