diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-10-17 19:35:22 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-10-18 06:51:17 +0000 |
commit | 86c32b4196d178955f6f9ef5254b6c6a1ee3c944 (patch) | |
tree | 806e5c1793e2a269637679bd4adabe7fdd374369 /external/epm/UnpackedTarball_epm.mk | |
parent | a777285f9b8efc4e00183a25d39913f78eddc0ad (diff) |
fdo#70393: move epm to a subdir of external
Change-Id: Ifa10b01d9dce947a0153b9d3e1399d9842ba6241
Reviewed-on: https://gerrit.libreoffice.org/6299
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/epm/UnpackedTarball_epm.mk')
-rw-r--r-- | external/epm/UnpackedTarball_epm.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/external/epm/UnpackedTarball_epm.mk b/external/epm/UnpackedTarball_epm.mk new file mode 100644 index 000000000000..922800b52142 --- /dev/null +++ b/external/epm/UnpackedTarball_epm.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,epm)) + +$(eval $(call gb_UnpackedTarball_set_tarball,epm,$(EPM_TARBALL),,epm)) + +$(eval $(call gb_UnpackedTarball_add_patches,epm,\ + external/epm/epm-3.7.patch \ +)) + +# vim: set noet sw=4 ts=4: |