view src/of-fl-core.mk @ 3444:db18ee645aec

tweaks to dist and binary dist rules * binary-dist-rules.mk: Use -perm /a+x option for find command instead of -executable. * dist-files.mk: Update file list.
author John W. Eaton <jwe@octave.org>
date Wed, 22 Jan 2014 11:52:40 -0500
parents 207b5f6713d9
children 13be64f9f16d
line wrap: on
line source

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

PKG             := of-fl-core
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := 15c22155457f2eaf3d2531cd8a652732d9b7ebce
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := fl-core
$(PKG)_FILE     := fl-core-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/octave/$($(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