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

Gaetan Bisson bisson at archlinux.org
Sat Feb 21 06:21:22 UTC 2015


    Date: Saturday, February 21, 2015 @ 07:21:22
  Author: bisson
Revision: 128056

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

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

---------------------------+
 community-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 128055, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-21 06:21:22 UTC (rev 128056)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-libdc
+_pkgname=libdc
+pkgver=4.4.1
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+makedepends=('git')
+source=("git://subsurface-divelog.org/libdc#commit=71cb47287de262d8dc5ecd9d88946d46fbf96f00")
+sha1sums=('SKIP')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+	cd "${srcdir}/${_pkgname}"
+	autoreconf --install
+	./configure \
+		--prefix=/usr \
+		--program-prefix="${_pkgname}-" \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}"
+	make DESTDIR="${pkgdir}" install
+}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 128055, subsurface-libdc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-21 06:21:22 UTC (rev 128056)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-libdc
+_pkgname=libdc
+pkgver=4.4.1
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+makedepends=('git')
+source=("git://subsurface-divelog.org/libdc#commit=71cb47287de262d8dc5ecd9d88946d46fbf96f00")
+sha1sums=('SKIP')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+	cd "${srcdir}/${_pkgname}"
+	autoreconf --install
+	./configure \
+		--prefix=/usr \
+		--program-prefix="${_pkgname}-" \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list