diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-27 00:55:46 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-27 00:55:46 +0400 |
commit | 9bd56cc17db2ad6c1724b3e58f50fd05de78922d (patch) | |
tree | 7906ef9e89315898ab39d1573f60f94edfe99f5a /examples/zeromq | |
parent | b34c008feebbbcd9166ced5965f80af1da7b6ba1 (diff) | |
download | cibs-9bd56cc17db2ad6c1724b3e58f50fd05de78922d.tar.gz |
Renamed: libzmq -> zeromq
Diffstat (limited to 'examples/zeromq')
-rw-r--r-- | examples/zeromq/zeromq.p5m | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/examples/zeromq/zeromq.p5m b/examples/zeromq/zeromq.p5m index 7b6e20b..d860cbe 100644 --- a/examples/zeromq/zeromq.p5m +++ b/examples/zeromq/zeromq.p5m @@ -1,28 +1,4 @@ -# -# 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 http://www.opensource.org/licenses/CDDL-1.0 -# 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. -# 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) 2012, Nexenta Systems, Inc. All rights reserved. -# - - -set name=pkg.fmri value=pkg:/library/libzmq@$(ips_version) +set name=pkg.fmri value=pkg:/library/zeromq@$(ips_version) set name=pkg.summary value="$(summary)" set name=info.upstream-url value="$(home)" set name=info.source_url value="$(download)" |