[arch-commits] Commit in mingw-w64-winpthreads/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Oct 24 12:43:54 UTC 2016
Date: Monday, October 24, 2016 @ 12:43:54
Author: spupykin
Revision: 193206
archrelease: copy trunk to community-any
Added:
mingw-w64-winpthreads/repos/community-any/PKGBUILD
(from rev 193205, 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-10-24 12:43:44 UTC (rev 193205)
+++ PKGBUILD 2016-10-24 12:43:54 UTC (rev 193206)
@@ -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.6
-_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=('e3998f1192ea44049685059225074952')
-
-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 193205, mingw-w64-winpthreads/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-24 12:43:54 UTC (rev 193206)
@@ -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=5.0.0
+_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=('c9f4bb72a87d9be2cc98e0d7e1868c88')
+
+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