comparison src/pstoedit.mk @ 3812:82bd7cd7d06d

plotutils: create dlls, use with pstoedit * src/plotutils.mk: build dlls from static libs * src/pstoedit.mk: add plotutils as a dependancy of pstoedit
author John Donoghue
date Fri, 27 Feb 2015 08:19:06 -0500
parents 7bccd055043e
children ea3cab4018c5
comparison
equal deleted inserted replaced
3811:01182b377bb1 3812:82bd7cd7d06d
6 $(PKG)_VERSION := 3.62 6 $(PKG)_VERSION := 3.62
7 $(PKG)_CHECKSUM := 50d5a4e2fe0e0ff2f73cb094cb945b221083e742 7 $(PKG)_CHECKSUM := 50d5a4e2fe0e0ff2f73cb094cb945b221083e742
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://sourceforge.net/projects/pstoedit/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)/download 10 $(PKG)_URL := https://sourceforge.net/projects/pstoedit/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)/download
11 $(PKG)_DEPS := 11 $(PKG)_DEPS := plotutils
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 echo 'Warning: Updates are temporarily disabled for package pstoedit.' >&2; 14 echo 'Warning: Updates are temporarily disabled for package pstoedit.' >&2;
15 echo $(pstoedit_VERSION) 15 echo $(pstoedit_VERSION)
16 endef 16 endef