Makefile 884 B

1234567891011121314151617181920212223242526
  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 $(TOPDIR)/rules.mk
  4. PKG_NAME:= lxmenu-data
  5. PKG_VERSION:= 0.1.1
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= 75b7fee16ef05e96b7ce3607eee3cc93
  8. PKG_DESCR:= LXDE menu data
  9. PKG_SECTION:= x11/lxde
  10. PKG_URL:= http://lxde.org/
  11. PKG_SITES:= http://openadk.org/distfiles/
  12. include $(TOPDIR)/mk/package.mk
  13. $(eval $(call PKG_template,LXMENU_DATA,lxmenu-data,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  14. lxde-common-install:
  15. $(INSTALL_DIR) $(IDIR_LXMENU_DATA)/etc/xdg
  16. $(CP) $(WRKINST)/etc/xdg/* $(IDIR_LXMENU_DATA)/etc/xdg
  17. $(INSTALL_DIR) $(IDIR_LXMENU_DATA)/usr/share/desktop-directories
  18. $(CP) $(WRKINST)/usr/share/desktop-directories/* \
  19. $(IDIR_LXMENU_DATA)/usr/share/desktop-directories
  20. include ${TOPDIR}/mk/pkg-bottom.mk