view src/of-image.mk @ 3258:db4c94cfc651

Qt: build and install webkit * src/qt.mk: remove -no-webkit option from configure options
author John Donoghue <john.donoghue@ieee.org>
date Tue, 08 Oct 2013 17:01:43 -0400
parents 100e618349f7
children 290e049823c9
line wrap: on
line source

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

PKG             := of-image
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := 30f33db706e8892f120f2d79e030c3f21dea4563
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := 
$(PKG)_FILE     := image-$($(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