development/dmd: Updated for version 2.075.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Eugen Wissner 2017-08-15 18:37:59 +02:00 committed by Willy Sudiarto Raharjo
parent 1fbec0b2a7
commit 8d72a14791
4 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,5 @@
Official reference D compiler.
D is a systems programming language with C-like syntax and static
typing. It combines efficiency, control and modeling power with
safety and programmer productivity.
D is a general-purpose programming language with static typing, systems-level
access, and C-like syntax. It combines efficiency, control and modeling power
with safety and programmer productivity.

View file

@ -23,7 +23,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=dmd
VERSION=${VERSION:-2.075.0}
VERSION=${VERSION:-2.075.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -64,7 +64,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir $PKG/etc
sed -e "s|%@P%/../../src|/usr/lib${LIBDIRSUFFIX}/d|g" \
sed -e "s|%@P%/../../src/phobos -I%@P%/../../src/druntime/import|/usr/include/d|g" \
-e "s|%@P%/../lib32|/usr/lib|" \
-e "s|%@P%/../lib64|/usr/lib64|" \
linux/bin${ARCHSUFFIX}/dmd.conf > $PKG/etc/dmd.conf
@ -74,9 +74,9 @@ mkdir -p $PKG/usr/bin
rm -f linux/bin${ARCHSUFFIX}/README.TXT
mv linux/bin${ARCHSUFFIX}/* $PKG/usr/bin
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/d
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX} $PKG/usr/include/d
mv linux/lib${ARCHSUFFIX}/libphobos2.* $PKG/usr/lib${LIBDIRSUFFIX}
mv src/{druntime,phobos} $PKG/usr/lib${LIBDIRSUFFIX}/d
mv src/{druntime/import/*,phobos/std} $PKG/usr/include/d
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv html/* $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,8 +1,8 @@
PRGNAM="dmd"
VERSION="2.075.0"
VERSION="2.075.1"
HOMEPAGE="https://dlang.org"
DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.075.0/dmd.2.075.0.linux.tar.xz"
MD5SUM="4fad30ec74229fba8d7bc952eb95df39"
DOWNLOAD="http://downloads.dlang.org/releases/2.x/2.075.0/dmd.2.075.1.linux.tar.xz"
MD5SUM="285f7c1ae3a1a061331ff4dd6e855ac9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------|
dmd: dmd (Digital Mars D Compiler Package)
dmd:
dmd: D is a systems programming language with C-like syntax and static
dmd: typing. It combines efficiency, control and modeling power with
dmd: safety and programmer productivity.
dmd: D is a general-purpose programming language with static typing,
dmd: systems-level access, and C-like syntax. It combines efficiency,
dmd: control and modeling power with safety and programmer productivity.
dmd:
dmd: Homepage: https://dlang.org
dmd: