diff options
Diffstat (limited to 'src/plotutils.mk')
-rw-r--r-- | src/plotutils.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plotutils.mk b/src/plotutils.mk index faf0066..c2d602c 100644 --- a/src/plotutils.mk +++ b/src/plotutils.mk @@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# plotutils PKG := plotutils $(PKG)_IGNORE := -$(PKG)_VERSION := 2.6 $(PKG)_CHECKSUM := 7921301d9dfe8991e3df2829bd733df6b2a70838 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.gnu.org/software/plotutils/ $(PKG)_URL := http://ftpmirror.gnu.org/$(PKG)/$($(PKG)_FILE) $(PKG)_URL_2 := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc libpng pthreads |