libclc-git: update to 20150408.
This commit is contained in:
parent
90771d92f5
commit
5078a553a3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libclc-git'
|
||||
pkgname=libclc-git
|
||||
version=20150312
|
||||
version=20150408
|
||||
revision=1
|
||||
build_style=configure
|
||||
hostmakedepends="git python"
|
||||
|
@ -14,9 +14,12 @@ replaces="libclc>=0"
|
|||
only_for_archs="i686 x86_64"
|
||||
|
||||
do_fetch() {
|
||||
local _githash="69ebc81135ee35aab0154a5eed057830f962ab00"
|
||||
local url="http://llvm.org/git/libclc.git"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
git checkout ${_githash}
|
||||
}
|
||||
do_configure() {
|
||||
./configure.py --prefix=/usr
|
||||
|
|
Loading…
Reference in New Issue