Date: Thursday, April 27, 2017 @ 04:57:23
  Author: bisson
Revision: 225877

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  subsurface-libdc/repos/community-testing-i686/
  subsurface-libdc/repos/community-testing-i686/PKGBUILD
    (from rev 225876, subsurface-libdc/trunk/PKGBUILD)
  subsurface-libdc/repos/community-testing-x86_64/
  subsurface-libdc/repos/community-testing-x86_64/PKGBUILD
    (from rev 225876, subsurface-libdc/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: subsurface-libdc/repos/community-testing-i686/PKGBUILD (from rev 
225876, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2017-04-27 04:57:23 UTC (rev 225877)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.6.4
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
+sha256sums=('0fe2236dcf068009c6a478ad58ebeb86a0c4cee0c40ff0c2d6252df49e5dc7ae')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+       cd "${srcdir}/${_pkgname}-${pkgver}"
+       autoreconf --install
+       ./configure \
+               --prefix=/usr \
+               --program-prefix=libdc- \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${_pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Copied: subsurface-libdc/repos/community-testing-x86_64/PKGBUILD (from rev 
225876, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-27 04:57:23 UTC (rev 225877)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <[email protected]>
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.6.4
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='https://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("https://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz";)
+sha256sums=('0fe2236dcf068009c6a478ad58ebeb86a0c4cee0c40ff0c2d6252df49e5dc7ae')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+       cd "${srcdir}/${_pkgname}-${pkgver}"
+       autoreconf --install
+       ./configure \
+               --prefix=/usr \
+               --program-prefix=libdc- \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${_pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to