Marcel Telka
2024-04-08 5d8bcb58722b250c296fc0324f9d06470fb3d7d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"). You may
# only use this file in accordance with the terms of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2011 EveryCity Ltd. All rights reserved.
# Copyright 2013, Adam Stevko. All rights reserved.
#
 
set name=pkg.fmri value=pkg:/developer/gaa@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="GAA Argument Analyzer"
set name=info.classification value="org.opensolaris.category.2008:Development/C"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
license gaa.license license='GPLv2'
 
file path=usr/bin/gaa
file path=usr/share/doc/gaa/gaa.css
file path=usr/share/doc/gaa/gaa.html
file path=usr/share/doc/gaa/gaa.ps
file path=usr/share/doc/gaa/img1.png
file path=usr/share/gaa/gaa.skel
file path=usr/share/gaa/sample/config
file path=usr/share/gaa/sample/sample.gaa
file path=usr/share/gaa/sample/sample2.gaa
file path=usr/share/gaa/sample/sample3.gaa
file path=usr/share/gaa/sample/sample4.gaa
file path=usr/share/gaa/sample/smain.c
file path=usr/share/gaa/sample/smain2.c