blob: fe41a1d9346121249a55b96bd0cfedb4a81c6e0f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= llvm
PKG_VERSION:= 4.0.0
PKG_HASH:= 8d10511df96e73b8ff9e7abbfb4d4d432edbdbe965f1f4f07afaf370b8a533be
PKG_SITES:= http://llvm.org/releases/4.0.0/
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.src.tar.xz
WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}.src
|