diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-10-28 12:01:09 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-10-28 15:14:28 +0100 |
commit | 51fca817e2b51159c2bc8d44aadf7ff02f9b1b5c (patch) | |
tree | c9893667696475c157ae30c0cc3ba21a35b6b36f /epm/ExternalPackage_epm.mk | |
parent | c32566bf8b983d50a6d5cf736f7f04f5653807a4 (diff) |
epm: convert to gbuild
Change-Id: I1548f3b9339163a7abab637acad620b50cfc3a26
Diffstat (limited to 'epm/ExternalPackage_epm.mk')
-rw-r--r-- | epm/ExternalPackage_epm.mk | 20 |
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: |