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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 19 17:07:52 UTC 2015


    Date: Friday, June 19, 2015 @ 19:07:51
  Author: foutrelis
Revision: 135584

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

Added:
  gammu/repos/community-staging-i686/
  gammu/repos/community-staging-i686/PKGBUILD
    (from rev 135583, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
    (from rev 135583, gammu/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: gammu/repos/community-staging-i686/PKGBUILD (from rev 135583, gammu/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-06-19 17:07:51 UTC (rev 135584)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=gammu
+pkgver=1.34.0
+pkgrel=2
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/"
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+         'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+	    'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION "/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 135583, gammu/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-06-19 17:07:51 UTC (rev 135584)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Aurelien Foret <orelien at chez.com>
+
+pkgname=gammu
+pkgver=1.34.0
+pkgrel=2
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/"
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs'
+         'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script'
+	    'python2: for python bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('5bc2508389d9b291ca0b8d4f210d0012')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,DESTINATION "/etc/bash_completion.d",DESTINATION "/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list