2012-05-27 22:50:41 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2012-05-27 22:50:41 +02:00
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# 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/.
|
2012-05-27 22:50:41 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Package_Package,python_shell,$(call gb_CustomTarget_get_workdir,pyuno/python_shell)))
|
|
|
|
|
2013-09-22 19:59:37 +03:00
|
|
|
$(eval $(call gb_Package_set_outdir,python_shell,$(INSTROOT)))
|
2013-06-18 16:14:18 +02:00
|
|
|
|
|
|
|
$(eval $(call gb_Package_add_file,python_shell,$(gb_Package_PROGRAMDIRNAME)/python,python.sh))
|
2012-05-27 22:50:41 +02:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|