Advertisement
hamzaalloush

breakpad_WIP.mk

Jun 22nd, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.67 KB | None | 0 0
  1. # This file is part of MXE.
  2. # See index.html for further information.
  3.  
  4. PKG             := breakpad
  5. $(PKG)_IGNORE   :=
  6. $(PKG)_VERSION  := 1
  7. $(PKG)_CHECKSUM := d5defbad941f08ec7f500177273ee9de15078500
  8. $(PKG)_SUBDIR   := google-breakpad-read-only
  9. $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
  10. $(PKG)_URL      := http://localhost/build/$($(PKG)_FILE)
  11. $(PKG)_DEPS     := gcc
  12.  
  13. define $(PKG)_UPDATE
  14.     echo 'TODO: write update script for $(PKG).' >&2;
  15.     echo $($(PKG)_VERSION)
  16. endef
  17.  
  18. define $(PKG)_BUILD
  19.     cd '$(1)' && ./configure \
  20.     $(MXE_CONFIGURE_OPTS) \
  21.     LIBS="-lws2_32"
  22.     $(MAKE) -C '$(1)' -j '$(JOBS)'
  23.     $(MAKE) -C '$(1)' -j 1 install
  24. endef
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement