freeglut: initial commit

This commit is contained in:
Kristof Robot 2013-11-01 13:20:56 +01:00
parent cc10dee569
commit 751ed2a31c
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
DESCRIPTION = "freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=89c0b58a3e01ce3d8254c9f59e78adfb"
DEPENDS = "libglu libxi"
SRC_URI = "http://downloads.sourceforge.net/project/freeglut/freeglut/${PV}/freeglut-${PV}.tar.gz"
SRC_URI[md5sum] = "918ffbddcffbac83c218bc52355b6d5a"
SRC_URI[sha256sum] = "dde46626a62a1cd9cf48a11951cdd592e7067c345cffe193a149dfd47aef999a"
S = "${WORKDIR}/freeglut-${PV}"
inherit autotools