office-gobmx/epm/UnpackedTarball_epm.mk
Matúš Kukan 51fca817e2 epm: convert to gbuild
Change-Id: I1548f3b9339163a7abab637acad620b50cfc3a26
2012-10-28 15:14:28 +01:00

18 lines
546 B
Makefile

# -*- 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)))
$(eval $(call gb_UnpackedTarball_add_patches,epm,\
epm/epm-3.7.patch \
))
# vim: set noet sw=4 ts=4: