view src/of-struct.mk @ 3331:71171ba8bebd

Update installer script for admin level and single icon file * makeinst-script.sh: set admin execution level, get only 1 icon file in find.
author John Donoghue <john.donoghue@ieee.org>
date Fri, 22 Nov 2013 17:34:23 -0500
parents 100e618349f7
children 290e049823c9
line wrap: on
line source

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

PKG             := of-struct
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := 4703b20612c9e5ec48765af15c28e7a1fc90d427
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := struct-$($(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