[arch-commits] Commit in mingw-w64-winpthreads/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Feb 25 14:39:43 UTC 2016


    Date: Thursday, February 25, 2016 @ 15:39:43
  Author: spupykin
Revision: 163415

archrelease: copy trunk to community-any

Added:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD
    (from rev 163414, mingw-w64-winpthreads/trunk/PKGBUILD)
Deleted:
  mingw-w64-winpthreads/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-25 14:39:34 UTC (rev 163414)
+++ PKGBUILD	2016-02-25 14:39:43 UTC (rev 163415)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-
-pkgname=mingw-w64-winpthreads
-pkgver=4.0.4
-_pkgver=${pkgver/rc/-rc}
-pkgrel=1
-pkgdesc='MinGW-w64 winpthreads library'
-arch=('any')
-url='http://mingw-w64.sourceforge.net'
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
-provides=('mingw-w64-headers-bootstrap')
-conflicts=('mingw-w64-headers-bootstrap')
-replaces=('mingw-w64-headers-bootstrap')
-options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
-md5sums=('d54e353670e17b54f1ac86df3bb33e31')
-
-build() {
-  for _target in ${_targets}; do
-    msg "Building ${_target} winpthreads..."
-    mkdir -p ${srcdir}/winpthreads-build-${_target} && cd ${srcdir}/winpthreads-build-${_target}
-    ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure --prefix=/usr/${_target} \
-        --host=${_target} --enable-static --enable-shared
-    make
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-    cd ${srcdir}/winpthreads-build-${_target}
-    make DESTDIR=${pkgdir} install
-    ${_target}-strip --strip-unneeded "$pkgdir"/usr/${_target}/bin/*.dll
-  done
-}
\ No newline at end of file

Copied: mingw-w64-winpthreads/repos/community-any/PKGBUILD (from rev 163414, mingw-w64-winpthreads/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-25 14:39:43 UTC (rev 163415)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: rubenvb vanboxem <dottie> ruben <attie> gmail <dottie> com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-winpthreads
+pkgver=4.0.5
+_pkgver=${pkgver/rc/-rc}
+pkgrel=1
+pkgdesc='MinGW-w64 winpthreads library'
+arch=('any')
+url='http://mingw-w64.sourceforge.net'
+license=('custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+makedepends=('mingw-w64-gcc' 'mingw-w64-binutils' 'mingw-w64-crt')
+provides=('mingw-w64-headers-bootstrap')
+conflicts=('mingw-w64-headers-bootstrap')
+replaces=('mingw-w64-headers-bootstrap')
+options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('d99ef0bd7323dc0351aff2294c12ffd1')
+
+build() {
+  for _target in ${_targets}; do
+    msg "Building ${_target} winpthreads..."
+    mkdir -p ${srcdir}/winpthreads-build-${_target} && cd ${srcdir}/winpthreads-build-${_target}
+    ${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-libraries/winpthreads/configure --prefix=/usr/${_target} \
+        --host=${_target} --enable-static --enable-shared
+    make
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+    cd ${srcdir}/winpthreads-build-${_target}
+    make DESTDIR=${pkgdir} install
+    ${_target}-strip --strip-unneeded "$pkgdir"/usr/${_target}/bin/*.dll
+  done
+}
\ No newline at end of file



More information about the arch-commits mailing list