ldc: update to 0.12.1.

This commit is contained in:
Juan RP 2014-06-09 07:42:45 +02:00
parent 384da6cdad
commit f66565f674

View file

@ -1,20 +1,18 @@
# Template file for 'ldc' # Template file for 'ldc'
pkgname=ldc pkgname=ldc
version=0.11.0 version=0.12.1
revision=2 revision=1
wrksrc="$pkgname-$version-src" wrksrc="ldc-${version}-src"
build_style=cmake build_style=cmake
hostmakedepends="cmake llvm>=3.3" hostmakedepends="cmake llvm perl"
makedepends="libconfig++-devel" makedepends="zlib-devel libconfig++-devel libffi-devel"
conf_files="/etc/ldc2.rebuild.conf /etc/ldc2.conf" conf_files="/etc/ldc2.rebuild.conf /etc/ldc2.conf"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://wiki.dlang.org/LDC" homepage="http://wiki.dlang.org/LDC"
license="BSD" license="BSD"
short_desc="Portable D programming language compiler based on LLVM" short_desc="Portable D programming language compiler based on LLVM"
distfiles="http://d32gngvpvl2pi1.cloudfront.net/$pkgname-$version-src.tar.gz" distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
checksum="5571292adc195f9822b17df9bea86856fa26f9bb85b025bf9d7f566192b6375d" checksum=e559d1018da99d1df606d3876a6ce0e66252944d28adb99db74aa90290d5a53f
LDFLAGS="-lpthread"
post_install() { post_install() {
vmkdir usr/share/bash-completion/completions vmkdir usr/share/bash-completion/completions