comparison src/octave.mk @ 2993:1f944d8d6fe5

Modfications for libuuid dependancies * index.html: Added uuid package entry. * src/fltk-2-uuid-mod.patch: New patch file * src/fltk.m: Added uuid to fltk dependancies. * src/octave.mk (PKG_BUILD): Removed build of uuid.dll. * src/uuid.mk: New file.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 May 2013 12:37:14 -0400
parents 5329f4891fb7
children c004ec274dfa
comparison
equal deleted inserted replaced
2992:4b450c162e39 2993:1f944d8d6fe5
13 echo 'Warning: Updates are temporarily disabled for package octave.' >&2; 13 echo 'Warning: Updates are temporarily disabled for package octave.' >&2;
14 echo $(octave_VERSION) 14 echo $(octave_VERSION)
15 endef 15 endef
16 16
17 define $(PKG)_BUILD 17 define $(PKG)_BUILD
18 if [ $(BUILD_SHARED) = yes ]; then \
19 $(INSTALL) -d '$(PREFIX)/$(TARGET)/bin'; \
20 $(MAKE_SHARED_FROM_STATIC) --ar '$(TARGET)-ar' --ld '$(TARGET)-gcc' '$(PREFIX)/$(TARGET)/lib/libuuid.a'; \
21 $(INSTALL) -m755 '$(PREFIX)/$(TARGET)/lib/libuuid.dll.a' '$(PREFIX)/$(TARGET)/lib/libuuid.dll.a'; \
22 $(INSTALL) -m755 '$(PREFIX)/$(TARGET)/lib/libuuid.dll' '$(PREFIX)/$(TARGET)/bin/libuuid.dll'; \
23 rm -f '$(PREFIX)/$(TARGET)/lib/libuuid.dll'; \
24 fi
25
26 mkdir '$(1)/.build' 18 mkdir '$(1)/.build'
27 cd '$(1)' && autoreconf -W none 19 cd '$(1)' && autoreconf -W none
28 cd '$(1)/.build' && '$(1)/configure' \ 20 cd '$(1)/.build' && '$(1)/configure' \
29 --host='$(TARGET)' \ 21 --host='$(TARGET)' \
30 --build="`config.guess`" \ 22 --build="`config.guess`" \