Skip to content

Instantly share code, notes, and snippets.

/of-odepkg.mk Secret

Created July 26, 2013 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4858c651e31643235b62 to your computer and use it in GitHub Desktop.
Save anonymous/4858c651e31643235b62 to your computer and use it in GitHub Desktop.
# This file is part of MXE.
# See index.html for further information.
PKG := of-odepkg
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 74b7e88ad5a104e064c413f077a5e5327741efb4
$(PKG)_REMOTE_SUBDIR :=
$(PKG)_SUBDIR :=
$(PKG)_FILE := odepkg-$($(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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment