[arch-commits] Commit in subsurface-libdc/repos (6 files)

Gaetan Bisson bisson at archlinux.org
Fri Apr 29 02:06:51 UTC 2016


    Date: Friday, April 29, 2016 @ 04:06:50
  Author: bisson
Revision: 172492

db-move: moved subsurface-libdc from [community-staging] to [community] (i686, x86_64)

Added:
  subsurface-libdc/repos/community-i686/
  subsurface-libdc/repos/community-i686/PKGBUILD
    (from rev 172491, subsurface-libdc/repos/community-staging-i686/PKGBUILD)
  subsurface-libdc/repos/community-x86_64/
  subsurface-libdc/repos/community-x86_64/PKGBUILD
    (from rev 172491, subsurface-libdc/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-staging-i686/
  subsurface-libdc/repos/community-staging-x86_64/

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

Copied: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 172491, subsurface-libdc/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-29 02:06:50 UTC (rev 172492)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('55b8b938d06d0d301f09418489aed308f87a6cfa')
+
+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-x86_64/PKGBUILD (from rev 172491, subsurface-libdc/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-29 02:06:50 UTC (rev 172492)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.6
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('55b8b938d06d0d301f09418489aed308f87a6cfa')
+
+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
+}



More information about the arch-commits mailing list