[arch-commits] Commit in lib32-libphobos/repos (2 files)

Mihails Strasuns dicebot at archlinux.org
Sat Dec 3 15:29:32 UTC 2016


    Date: Saturday, December 3, 2016 @ 15:29:31
  Author: dicebot
Revision: 197826

archrelease: copy trunk to community-x86_64

Added:
  lib32-libphobos/repos/community-x86_64/
  lib32-libphobos/repos/community-x86_64/PKGBUILD
    (from rev 197825, lib32-libphobos/trunk/PKGBUILD)

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

Copied: lib32-libphobos/repos/community-x86_64/PKGBUILD (from rev 197825, lib32-libphobos/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-03 15:29:31 UTC (rev 197826)
@@ -0,0 +1,52 @@
+# Maintainer: Mihails Strasuns <public at dicebot.lv>
+# Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Anders Bergh <anders1 at gmail.com>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.072.1
+pkgrel=1
+epoch=1
+pkgdesc="Libraries for cross-compiling 32-bit D apps from 64-bit system"
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url="http://www.dlang.org"
+source=("git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver"
+        "git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver")
+sha1sums=('SKIP'
+          'SKIP')
+makedepends=('dmd=1:2.072.1' 'git')
+depends=('lib32-gcc-libs')
+license=('custom')
+
+build() {
+    cd $srcdir/druntime
+    make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+
+    cd $srcdir/phobos
+    make -f posix.mak MODEL=32 RELEASE=1 DMD=dmd
+}
+
+package_lib32-libphobos-devel() {
+    pkgdesc="The Phobos standard library for D programming language. Modules and static library (32-bit)"
+    depends=("dmd" "gcc-multilib")
+    options=("staticlibs")
+    provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
+
+    install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a $pkgdir/usr/lib32/libphobos2.a
+
+    install -Dm644 $srcdir/druntime/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+    install -Dm644 $srcdir/phobos/LICENSE_1_0.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+    pkgdesc="The Phobos standard library for D programming language (32-bit)"
+
+    install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so $pkgdir/usr/lib32/libphobos2.so
+
+    install -Dm644 $srcdir/druntime/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+    install -Dm644 $srcdir/phobos/LICENSE_1_0.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}



More information about the arch-commits mailing list