diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-14 14:39:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-14 14:39:00 +0200 |
commit | 37aacb979aa9f8f64ae772f636a631b44051b3d9 (patch) | |
tree | 022a08fa91b512f6ff03ee7a04c339b0d437304d /package/freeglut | |
parent | 71d17146ab098461c45cff3ea2f071e39a02f403 (diff) |
port dillo and all needed requirements
Diffstat (limited to 'package/freeglut')
-rw-r--r-- | package/freeglut/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/freeglut/Makefile b/package/freeglut/Makefile new file mode 100644 index 000000000..40b91c7df --- /dev/null +++ b/package/freeglut/Makefile @@ -0,0 +1,22 @@ +# 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:= freeglut +PKG_VERSION:= 2.6.0 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 39f0f2de89f399529d2b981188082218 +PKG_DESCR:= OpenGL Utility Toolkit +PKG_SECTION:= libs +PKG_URL:= http://www.freeglut.org/ +PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=freeglut/} + +include $(TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,FREEGLUT,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +post-install: + $(INSTALL_DIR) $(IDIR_FREEGLUT)/usr/lib + +include ${TOPDIR}/mk/pkg-bottom.mk |