view src/of-communications.mk @ 3438:7113585920c9

avoid argument list too long error when installing octave html docs * src/octave-1-docinstall.patch src/stable-octave-1-docinstall.patch: New files. Use a loop instead of a single command with globbing to install html docs. * src/octave.mk, src/stable-octave.mk: Don't run autoreconf.
author John W. Eaton <jwe@octave.org>
date Tue, 21 Jan 2014 13:59:09 -0500
parents 0155a6dfded1
children 13be64f9f16d
line wrap: on
line source

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

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

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