Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
356c1e 1 #
J'S 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2014 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
13 #
14
15 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
16 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
17 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
18 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
19 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
20 set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
21
22 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
23
24 dir  path=usr
25 dir  path=usr/share
26 dir  path=usr/share/common-lisp
27 dir  path=usr/share/common-lisp/source
28 dir  path=usr/share/common-lisp/source/nibbles
29 file path=usr/share/common-lisp/source/nibbles/LICENSE
30 file path=usr/share/common-lisp/source/nibbles/NEWS
31 file path=usr/share/common-lisp/source/nibbles/README
32 dir  path=usr/share/common-lisp/source/nibbles/doc
33 file path=usr/share/common-lisp/source/nibbles/doc/index.html
34 file path=usr/share/common-lisp/source/nibbles/doc/nibbles-doc.txt
35 file path=usr/share/common-lisp/source/nibbles/doc/style.css
36 file path=usr/share/common-lisp/source/nibbles/macro-utils.lisp
37 file path=usr/share/common-lisp/source/nibbles/nibbles.asd
38 file path=usr/share/common-lisp/source/nibbles/package.lisp
39 file path=usr/share/common-lisp/source/nibbles/rt.lisp
40 dir  path=usr/share/common-lisp/source/nibbles/sbcl-opt
41 file path=usr/share/common-lisp/source/nibbles/sbcl-opt/fndb.lisp
42 file path=usr/share/common-lisp/source/nibbles/sbcl-opt/nib-tran.lisp
43 file path=usr/share/common-lisp/source/nibbles/sbcl-opt/x86-64-vm.lisp
44 file path=usr/share/common-lisp/source/nibbles/sbcl-opt/x86-vm.lisp
45 file path=usr/share/common-lisp/source/nibbles/streams.lisp
46 file path=usr/share/common-lisp/source/nibbles/tests.lisp
47 file path=usr/share/common-lisp/source/nibbles/types.lisp
48 file path=usr/share/common-lisp/source/nibbles/vectors.lisp
49 dir  path=usr/share/common-lisp/systems
50 link path=usr/share/common-lisp/systems/nibbles.asd \
51     target=../source/nibbles/nibbles.asd