dmd: update to 2.065.0.

This commit is contained in:
Juan RP 2014-06-21 10:54:27 +02:00
parent 3832295d3c
commit d243cf950a
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'dmd'
pkgname=dmd
version=2.062
version=2.065.0
revision=1
wrksrc="dmd2"
short_desc="The Digital Mars D compiler"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.digitalmars.com/d/2.0/"
license="GPL-2"
distfiles="http://ftp.digitalmars.com/dmd.${version}.zip"
checksum="43249dd1f5ca111006b6a5b7125f8e9326badadb6d9db2105ba93569addc50af"
checksum=f3f4c8f6c2e5cdd0ac335e56613663bee075a1e797ffbb55035d6c767d7bc585
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_archbits=64
@ -16,6 +16,9 @@ elif [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
_archbits=32
fi
only_for_archs="i686 x86_64"
conf_files="/etc/dmd.conf"
hostmakedepends="unzip"
depends="libphobos>=${version} gcc"
@ -38,7 +41,7 @@ do_install() {
vinstall man/man1/dmd.1 644 usr/share/man/man1
vinstall man/man1/rdmd.1 644 usr/share/man/man1
vinstall man/man1/dmd.conf.5 644 usr/share/man/man5
vinstall man/man5/dmd.conf.5 644 usr/share/man/man5
vmkdir usr/share/d/samples
cp -r samples/d/* ${DESTDIR}/usr/share/d/samples/