Date: Friday, December 18, 2015 @ 16:59:18 Author: bisson Revision: 153672
db-move: moved subsurface-libdc from [community-staging] to [community-testing] (i686, x86_64) Added: subsurface-libdc/repos/community-testing-i686/ subsurface-libdc/repos/community-testing-i686/PKGBUILD (from rev 153671, subsurface-libdc/repos/community-staging-i686/PKGBUILD) subsurface-libdc/repos/community-testing-x86_64/ subsurface-libdc/repos/community-testing-x86_64/PKGBUILD (from rev 153671, subsurface-libdc/repos/community-staging-x86_64/PKGBUILD) Deleted: subsurface-libdc/repos/community-staging-i686/ subsurface-libdc/repos/community-staging-x86_64/ -----------------------------------+ 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 153671, subsurface-libdc/repos/community-staging-i686/PKGBUILD) =================================================================== --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2015-12-18 15:59:18 UTC (rev 153672) @@ -0,0 +1,33 @@ +# $Id$ +# Contributor: Francois Boulogne <fboulogne at april dot org> +# Maintainer: Gaetan Bisson <bis...@archlinux.org> + +pkgname=subsurface-libdc +_pkgname=libdivecomputer-subsurface-branch +pkgver=4.5.3 +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=('71d00cc1d10b6b4026922a44707b05c1aba76343') + +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 153671, subsurface-libdc/repos/community-staging-x86_64/PKGBUILD) =================================================================== --- community-testing-x86_64/PKGBUILD (rev 0) +++ community-testing-x86_64/PKGBUILD 2015-12-18 15:59:18 UTC (rev 153672) @@ -0,0 +1,33 @@ +# $Id$ +# Contributor: Francois Boulogne <fboulogne at april dot org> +# Maintainer: Gaetan Bisson <bis...@archlinux.org> + +pkgname=subsurface-libdc +_pkgname=libdivecomputer-subsurface-branch +pkgver=4.5.3 +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=('71d00cc1d10b6b4026922a44707b05c1aba76343') + +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 +}