Makefile 991 B

1234567891011121314151617181920212223242526272829303132
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include $(ADK_TOPDIR)/rules.mk
  4. PKG_NAME:= wpebackend-fdo
  5. PKG_VERSION:= 1.16.0
  6. PKG_RELEASE:= 1
  7. PKG_HASH:= beddf321232d5bd08106c179dbc600f8ce88eb3620b4a59a6329063b78f64635
  8. PKG_DESCR:= freedesktop.org wpe backend
  9. PKG_SECTION:= libs/misc
  10. PKG_BUILDDEP:= wayland
  11. PKG_URL:= https://wpewebkit.org
  12. PKG_SITES:= https://wpewebkit.org/releases/
  13. PKG_OPTS:= dev
  14. include $(ADK_TOPDIR)/mk/package.mk
  15. $(eval $(call PKG_template,WPEBACKEND_FDO,wpebackend-fdo,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))
  16. WRKBUILD= $(WRKDIR)/$(PKG_NAME)-obj
  17. CONFIG_STYLE:= meson
  18. BUILD_STYLE:= meson
  19. INSTALL_STYLE:= meson
  20. wpebackend-fdo-install:
  21. $(INSTALL_DIR) $(IDIR_WPEBACKEND_FDO)/usr/lib
  22. $(CP) $(WRKINST)/usr/lib/libwpebackend-fdo*.so* \
  23. $(IDIR_WPEBACKEND_FDO)/usr/lib
  24. include $(ADK_TOPDIR)/mk/pkg-bottom.mk