Makefile 629 B

1234567891011121314151617181920212223
  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:= grub-bin
  5. PKG_VERSION:= 1.97
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= db8dff73e119b51529d2a087c9d7d527
  8. PKG_DESCR:= GRUB bootloader
  9. PKG_SECTION:= sys
  10. PKG_SITES:= http://openadk.org/distfiles/
  11. include ${TOPDIR}/mk/package.mk
  12. $(eval $(call PKG_template,GRUB_BIN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  13. INSTALL_STYLE= manual
  14. do-install:
  15. ${CP} ${WRKBUILD}/* ${IDIR_GRUB_BIN}/
  16. include ${TOPDIR}/mk/pkg-bottom.mk