diff Makefile.in @ 3381:311f0d70597b

Add octave forge sockets package * Makefile.in: add sockets to OCTAVE_FORGE_PACKAGES, fix forge install rule to install newly tar zipped files instead of copying from pkg/. * build_packages: add sockets-1.0.8.tar.gz * dist-files.mk: add of-sockets.mk and mingw-of-sockets-1-winsock.patch * index.html: add of-sockets-package. * src/of-sockets.mk: New file. * src/mingw-of-sockets-1-winsock.patch: new file.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 31 Dec 2013 23:33:29 -0500
parents 654ecdc435a4
children d86edd4ec1d6
line wrap: on
line diff
--- a/Makefile.in	Tue Dec 31 22:13:28 2013 -0500
+++ b/Makefile.in	Tue Dec 31 23:33:29 2013 -0500
@@ -350,7 +350,7 @@
 endif
 
 OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases'
-OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra)
+OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets)
 
 MAKE_SHARED_FROM_STATIC := \
   $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS)
@@ -532,7 +532,7 @@
     mkdir -p '$(3)$(HOST_PREFIX)/src'
     cd '$(1)/..' \
       && tar cvfz $($(PKG)_FILE) $($(PKG)_SUBDIR) \
-      && $(INSTALL) -m644 '$(PKG_DIR)/$($(PKG)_FILE)' '$(3)$(HOST_PREFIX)/src'
+      && $(INSTALL) -m644 '$($(PKG)_FILE)' '$(3)$(HOST_PREFIX)/src'
 endef
 endif