summaryrefslogtreecommitdiffstats
path: root/epm/ExternalPackage_epm.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-10-28 12:01:09 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-10-28 15:14:28 +0100
commit51fca817e2b51159c2bc8d44aadf7ff02f9b1b5c (patch)
treec9893667696475c157ae30c0cc3ba21a35b6b36f /epm/ExternalPackage_epm.mk
parentlibrsvg: clear d.lst and don't deliver unused headers; it's dlopened (diff)
downloadcore-51fca817e2b51159c2bc8d44aadf7ff02f9b1b5c.tar.gz
core-51fca817e2b51159c2bc8d44aadf7ff02f9b1b5c.zip
epm: convert to gbuild
Change-Id: I1548f3b9339163a7abab637acad620b50cfc3a26
Diffstat (limited to 'epm/ExternalPackage_epm.mk')
-rw-r--r--epm/ExternalPackage_epm.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/epm/ExternalPackage_epm.mk b/epm/ExternalPackage_epm.mk
new file mode 100644
index 000000000000..793f4192b787
--- /dev/null
+++ b/epm/ExternalPackage_epm.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_ExternalPackage_ExternalPackage,epm,epm))
+
+$(eval $(call gb_ExternalPackage_use_external_project,epm,epm))
+
+$(eval $(call gb_ExternalPackage_add_files,epm,bin,\
+ epm \
+ epminstall \
+ mkepmlist \
+))
+
+# vim: set noet sw=4 ts=4: