summaryrefslogtreecommitdiff
path: root/external/ucpp/UnpackedTarball_ucpp.mk
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-03 20:41:25 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 02:48:25 -0600
commita06d8eb9a92a438de6677d5e4196da0919aa790d (patch)
treeac9cc01003d0ff75a48b9ff021528999f0bc08dd /external/ucpp/UnpackedTarball_ucpp.mk
parent79b81a34ccedc0abb6c97f14b28add238c1b3621 (diff)
fdo#70393: move ucpp to a subdir of external
Change-Id: I05419939ca0d6c55d24088d4b4adf3e262e50083 Reviewed-on: https://gerrit.libreoffice.org/6553 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/ucpp/UnpackedTarball_ucpp.mk')
-rw-r--r--external/ucpp/UnpackedTarball_ucpp.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/external/ucpp/UnpackedTarball_ucpp.mk b/external/ucpp/UnpackedTarball_ucpp.mk
new file mode 100644
index 000000000000..04d7113b8513
--- /dev/null
+++ b/external/ucpp/UnpackedTarball_ucpp.mk
@@ -0,0 +1,20 @@
+# -*- 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,ucpp))
+
+$(eval $(call gb_UnpackedTarball_set_tarball,ucpp,$(UCPP_TARBALL)))
+
+$(eval $(call gb_UnpackedTarball_set_patchlevel,ucpp,0))
+
+$(eval $(call gb_UnpackedTarball_add_patches,ucpp,\
+ external/ucpp/ucpp.patch \
+))
+
+# vim: set noet sw=4 ts=4: