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_Package_Package
,setup_native
/packinfo
,$(SRCDIR
)/setup_native
/source
/packinfo
))
12 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/solariscopyrightfile
,solariscopyrightfile
))
13 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/linuxcopyrightfile
,linuxcopyrightfile
))
14 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/libreoffice.pcp
,libreoffice.pcp
))
15 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/openofficelanguagepack.pcp
,openofficelanguagepack.pcp
))
16 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/ure.pcp
,ure.pcp
))
17 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/finals_instsetoo.txt
,finals_instsetoo.txt
))
18 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/package.txt
,package.txt
))
19 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/package_names.txt
,package_names.txt
))
20 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/package_names_ext.txt
,package_names_ext.txt
))
21 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_accessories.txt
,packinfo_accessories.txt
))
22 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_brand.txt
,packinfo_brand.txt
))
23 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_extensions.txt
,packinfo_extensions.txt
))
24 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_office.txt
,packinfo_office.txt
))
25 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_office_help.txt
,packinfo_office_help.txt
))
26 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_office_lang.txt
,packinfo_office_lang.txt
))
27 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_sdkoo.txt
,packinfo_sdkoo.txt
))
28 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_test.txt
,packinfo_test.txt
))
29 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/packinfo_ure.txt
,packinfo_ure.txt
))
30 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/shellscripts.txt
,shellscripts.txt
))
31 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/shellscripts_core01.txt
,shellscripts_core01.txt
))
32 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/shellscripts_module.txt
,shellscripts_module.txt
))
33 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/shellscripts_root.txt
,shellscripts_root.txt
))
34 $(eval
$(call gb_Package_add_file
,setup_native
/packinfo
,bin
/spellchecker_selection.txt
,spellchecker_selection.txt
))
36 # vim: set noet sw=4 ts=4: