view src/npp.mk @ 3631:f11ee3f8e632

flac: update version * src/flac.mk: update to 1.3.0 * dist-files.mk: removed flac-1-win32.patch flac-2-lwsock32.patch * src/flac-1-win32.patch: removed * src/flac-2-lwsock32.patch: removed
author John Donoghue <john.donoghue@ieee.org>
date Sun, 29 Jun 2014 15:48:00 -0400
parents 13be64f9f16d
children 2e2c311cea41
line wrap: on
line source

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

PKG             := npp
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 6.2.3
$(PKG)_CHECKSUM := e246ebb89c10b71ed483b866ea90385a661092e6
$(PKG)_SUBDIR   := unicode
$(PKG)_FILE     := $(PKG).$($(PKG)_VERSION).bin.zip
$(PKG)_URL      := http://download.tuxfamily.org/notepadplus/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS     :=

define $(PKG)_UPDATE
    echo 'Warning: Updates are temporarily disabled for package Notepad++.' >&2;
    echo $($(PKG)_VERSION)
endef

define $(PKG)_BUILD
    mkdir -p '$(NOTEPAD_BASE_DIR)'
    cd '$(1)' && tar cf - . | ( cd '$(NOTEPAD_BASE_DIR)'; tar xpf - )
endef