view src/of-dicom.mk @ 3424:da62528d53fb

Add octave forge dicom package * Makefile.in: Add of-dicom. * build_packages.m: Add install of dicom-0.1.1.tar.gz * dist-files: Add of-dicom.mk. * index.html: Added of-dicom-package. * src/of-dicom.mk: New file. * src/gdcm.mk: use DESTDIR in install. * src/gdcm.mk: update checksum for 2.0.19 * index.html: set gdcm-version to 2.0.19 (still available on sourceforge, and compatible with of-dicom)
author John Donoghue <john.donoghue@ieee.org>
date Wed, 15 Jan 2014 19:11:06 -0500
parents
children 13be64f9f16d
line wrap: on
line source

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

PKG             := of-dicom
$(PKG)_IGNORE   :=
$(PKG)_CHECKSUM := dfb7eccf6ccc39e52c27a5d885984eaa3a55d3d4
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := dicom
$(PKG)_FILE     := dicom-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download
$(PKG)_DEPS     := gdcm

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