oi-extras/ipcalc/Makefile
author Andrzej Szeszo <aszeszo@gmail.com>
Thu, 11 Aug 2011 13:26:20 +0100
branchoi-extras
changeset 224 c621ab8668b1
permissions -rw-r--r--
Adding ipcalc package

#
# 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)