view src/of-signal.mk @ 3328:ef8e004ebb93

Remove duplicate bn_print.3 man page from build. * src/openssl.mk: Remove duplicate bn_print.3 man page from build which conflicts on non-case sensitive operating systems with BN_print.3
author Rik <rik@octave.org>
date Sun, 17 Nov 2013 14:24:25 -0800
parents 100e618349f7
children 290e049823c9
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := of-signal
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := 87ed51b878ac49d32c328032500dff452132240b
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := signal-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := 

define $(PKG)_UPDATE
    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
    echo $($(PKG)_VERSION)
endef

define $(PKG)_BUILD
    mkdir -p '$(HOST_PREFIX)/src'
    $(INSTALL) -m644 '$(PKG_DIR)/$($(PKG)_FILE)' '$(HOST_PREFIX)/src'
endef