components/javascript/qunit/qunit.p5m
author Vladimir Marek <Vladimir.Marek@oracle.com>
Tue, 24 Jan 2017 17:15:35 +0100
changeset 7610 ab2133773782
parent 6029 4f3a208f87d0
permissions -rw-r--r--
25247091 Bash needs some adjustments to license info

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/library/javascript/qunit@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="A Javascript unit testing framework"
set name=pkg.description \
    value="QUnit is a powerful, easy-to-use JavaScript unit testing framework written in Javascript. It's used by the jQuery, jQuery UI and jQuery Mobile projects and is capable of testing any generic Javascript code."
set name=com.oracle.info.description \
    value="QUnit, a Javascript unit testing framework"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value="org.opensolaris.category.2008:Development/Other Languages"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2015/298
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
file qunit/qunit.css \
    path=usr/share/lib/javascript/qunit/$(IPS_COMPONENT_VERSION)/qunit.css
file qunit/qunit.js \
    path=usr/share/lib/javascript/qunit/$(IPS_COMPONENT_VERSION)/qunit.js
link path=usr/share/lib/javascript/qunit/latest target=$(IPS_COMPONENT_VERSION)
license other-licenses.txt license="Apache 2.0"
license LICENSE.txt license=MIT