From 105edf31b9e9be7cbc033d8ed09b382457fd1264 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 4 Sep 2012 13:11:45 +0200 Subject: libmspub: convert to gbuild Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f --- libmspub/UnpackedTarball_mspub.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 libmspub/UnpackedTarball_mspub.mk (limited to 'libmspub/UnpackedTarball_mspub.mk') 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: -- cgit v1.2.3