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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Mar 6 05:02:36 UTC 2013


    Date: Wednesday, March 6, 2013 @ 06:02:36
  Author: bpiotrowski
Revision: 85742

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 85741, gammu/trunk/PKGBUILD)
  gammu/repos/community-staging-x86_64/
  gammu/repos/community-staging-x86_64/PKGBUILD
    (from rev 85741, 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 85741, gammu/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2013-03-06 05:02:36 UTC (rev 85742)
@@ -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.32.0
+pkgrel=2
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/"
+license=('GPL')
+depends=('bluez' 'curl' 'libmariadbclient'
+         'postgresql-libs' 'python2' 'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb')
+optdepends=('dialog: support for the gammu-config script')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -e 's,DESTINATION "/etc/bash_completion.d",DESTINATION "/usr/share/bash-completion/completions",' -i contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" \
+          -DCMAKE_INSTALL_LIBDIR=/usr/lib
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-staging-x86_64/PKGBUILD (from rev 85741, gammu/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2013-03-06 05:02:36 UTC (rev 85742)
@@ -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.32.0
+pkgrel=2
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/"
+license=('GPL')
+depends=('bluez' 'curl' 'libmariadbclient'
+         'postgresql-libs' 'python2' 'libusb')
+makedepends=('cmake' 'doxygen' 'mariadb')
+optdepends=('dialog: support for the gammu-config script')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -e 's,DESTINATION "/etc/bash_completion.d",DESTINATION "/usr/share/bash-completion/completions",' -i contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" \
+          -DCMAKE_INSTALL_LIBDIR=/usr/lib
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list