summaryrefslogtreecommitdiffstats
path: root/ucpp/UnpackedTarball_ucpp.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-20 11:16:21 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-24 13:22:01 +0200
commitee0a39c52e53c20ee5bf18a30101bc7d69c24a5c (patch)
tree464e840a257e6ad9afda2e1c1105d400b87c225c /ucpp/UnpackedTarball_ucpp.mk
parentadd support for external tarballs to gbuild (diff)
downloadcore-ee0a39c52e53c20ee5bf18a30101bc7d69c24a5c.tar.gz
core-ee0a39c52e53c20ee5bf18a30101bc7d69c24a5c.zip
adapt ucpp for UnpackedTarball
Change-Id: I0871baf8a6c72ea0c7b44a7abfc8d5152b331db5
Diffstat (limited to 'ucpp/UnpackedTarball_ucpp.mk')
-rw-r--r--ucpp/UnpackedTarball_ucpp.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/ucpp/UnpackedTarball_ucpp.mk b/ucpp/UnpackedTarball_ucpp.mk
new file mode 100644
index 000000000000..d5e39d7cc713
--- /dev/null
+++ b/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,0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz))
+
+$(eval $(call gb_UnpackedTarball_set_patchlevel,ucpp,0))
+
+$(eval $(call gb_UnpackedTarball_add_patches,ucpp,\
+ ucpp/ucpp.patch \
+))
+
+# vim: set noet sw=4 ts=4: