|
| 1 | +# Copyright 2026 Aurora Operations, Inc. |
| 2 | +# |
| 3 | +# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0 |
| 4 | +# |
| 5 | +# This work is dual licensed. |
| 6 | +# You may use it under Apache-2.0 or GPL-2.0 at your option. |
| 7 | +# |
| 8 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | +# you may not use this file except in compliance with the License. |
| 10 | +# You may obtain a copy of the License at |
| 11 | +# |
| 12 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +# |
| 14 | +# Unless required by applicable law or agreed to in writing, software |
| 15 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | +# See the License for the specific language governing permissions and |
| 18 | +# limitations under the License. |
| 19 | +# |
| 20 | +# OR |
| 21 | +# |
| 22 | +# This program is free software; you can redistribute it and/or |
| 23 | +# modify it under the terms of the GNU General Public License |
| 24 | +# as published by the Free Software Foundation; either version 2 |
| 25 | +# of the License, or (at your option) any later version. |
| 26 | +# |
| 27 | +# This program is distributed in the hope that it will be useful, |
| 28 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 29 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 30 | +# GNU General Public License for more details. |
| 31 | +# |
| 32 | +# You should have received a copy of the GNU General Public License |
| 33 | +# along with this program; if not, see |
| 34 | +# <https://www.gnu.org/licenses/>. |
| 35 | + |
| 36 | +# In CI LIBNAT20_OVERRIDE_SRCDIR is set to the root of the repository, |
| 37 | +# so that the source under test is always the current branch. |
| 38 | +# Integrators who use this configuration should pin the version |
| 39 | +# to a specific commit or branch to avoid breakages when the main branch changes. |
| 40 | +LIBNAT20_VERSION = origin/main |
| 41 | +LIBNAT20_SITE = https://github.com/aurora-opensource/libnat20.git |
| 42 | +LIBNAT20_SITE_METHOD = git |
| 43 | +LIBNAT20_LICENSE = Apache-2.0 OR GPL-2.0 |
| 44 | +LIBNAT20_LICENSE_FILES = LICENSE-Apache-2.0.txt LICENSE-GPL-2.0.txt |
| 45 | + |
| 46 | +LIBNAT20_INSTALL_STAGING = YES |
| 47 | +LIBNAT20_INSTALL_TARGET = NO |
| 48 | + |
| 49 | +$(eval $(cmake-package)) |
0 commit comments