diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-10 21:59:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-09-10 21:59:08 +0200 |
commit | 70467235e8f54f04f6d9b0e81cfef35794fdc4c0 (patch) | |
tree | 0f46cc27f31b87ea8049a4b902841660cef06773 /package/grub-bin/Makefile | |
parent | d9ff60dad6c5f68824c481a2bb698d6941d0255b (diff) | |
parent | 4c8e9488814c0add98a02776499999e4e23bf507 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grub-bin/Makefile')
-rw-r--r-- | package/grub-bin/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/grub-bin/Makefile b/package/grub-bin/Makefile new file mode 100644 index 000000000..6e0a42817 --- /dev/null +++ b/package/grub-bin/Makefile @@ -0,0 +1,23 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= grub-bin +PKG_VERSION:= 1.97 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 0b975ea2f0c0cbad6a130d4614fbf399 +PKG_DESCR:= GRUB bootloader +PKG_SECTION:= sys +PKG_SITES:= http://openadk.org/distfiles/ + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,GRUB_BIN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +INSTALL_STYLE= manual + +do-install: + ${CP} ${WRKBUILD}/* ${IDIR_GRUB_BIN}/ + +include ${TOPDIR}/mk/pkg-bottom.mk |