1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_ExternalPackage_ExternalPackage
,ct2n
,ct2n
))
12 $(eval
$(call gb_ExternalPackage_add_unpacked_files_with_dir
,ct2n
,$(LIBO_SHARE_FOLDER
)/extensions
/ConvertTextToNumber
,\
21 CT2N
/UserSettings.xba \
22 META-INF
/manifest.xml \
23 Office
/UI
/BaseWindowState.xcu \
24 Office
/UI
/ImpressWindowState.xcu \
25 Office
/UI
/StartModuleWindowState.xcu \
26 Office
/UI
/BasicIDEWindowState.xcu \
27 Office
/UI
/CalcWindowState.xcu \
28 Office
/UI
/WriterWindowState.xcu \
29 Office
/UI
/DrawWindowState.xcu \
30 Office
/UI
/MathWindowState.xcu \
34 pkg-desc
/pkg-description.txt \
35 registration
/COPYING \
38 # vim: set noet sw=4 ts=4: