Adding ipcalc package oi-extras
authorAndrzej Szeszo <aszeszo@gmail.com>
Thu, 11 Aug 2011 13:26:20 +0100
branchoi-extras
changeset 224 c621ab8668b1
parent 223 898d55f61060
child 225 4858b85c6049
Adding ipcalc package
oi-extras/ipcalc/Makefile
oi-extras/ipcalc/ipcalc.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/oi-extras/ipcalc/Makefile	Thu Aug 11 13:26:20 2011 +0100
@@ -0,0 +1,34 @@
+#
+# This file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 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, Andrzej Szeszo
+#
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		ipcalc
+COMPONENT_VERSION=	0.41
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	sha1:b75b498f2fa5ecfa30707a51da63c6a5775829f3
+COMPONENT_ARCHIVE_URL=	http://jodies.de/ipcalc-archive/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/ips.mk
+
+build: prep
+
+install: build
+	[ -d $(PROTO_DIR) ] || $(MKDIR) $(PROTO_DIR)
+
+clean::
+	[ -d $(BUILD_DIR) ] && rm -rf $(BUILD_DIR)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/oi-extras/ipcalc/ipcalc.p5m	Thu Aug 11 13:26:20 2011 +0100
@@ -0,0 +1,26 @@
+#
+# This file and its contents are supplied under the terms of the
+# Common Development and Distribution License ("CDDL"), version 1.0.
+# You may only use this file in accordance with the terms of version
+# 1.0 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, Andrzej Szeszo
+#
+
+set name=pkg.fmri value=pkg:/network/ipcalc@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="parameter calculator for IPv4 addresses"
+set name=info.classification value="org.opensolaris.category.2008:Applications/System Utilities"
+set name=info.upstream_url value="http://jodies.de/ipcalc"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+
+license license license="GPLv2"
+
+dir path=usr
+dir path=usr/bin
+file ipcalc path=usr/bin/ipcalc