view src/of-sockets.mk @ 3415:a70e260220fc

gnutls.mk: Limit Windows-specific configure options to Windows builds.
author John W. Eaton <jwe@octave.org>
date Sun, 12 Jan 2014 17:10:25 -0500
parents 311f0d70597b
children 13be64f9f16d
line wrap: on
line source

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

PKG             := of-sockets
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := c4d4f6bea306dd4d722b3f7d8cf475a9fdd0dbba
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := sockets
$(PKG)_FILE     := sockets-$($(PKG)_VERSION).tar.gz
$(PKG)_FIXED_FILE := sockets-$($(PKG)_VERSION)a.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
    $(OCTAVE_FORGE_PKG_BUILD)
endef