[arch-commits] CVS update of extra/system/gammu (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 1 19:09:42 UTC 2007


    Date: Tuesday, May 1, 2007 @ 15:09:42
  Author: andyrtr
    Path: /home/cvs-extra/extra/system/gammu

Modified: PKGBUILD (1.36 -> 1.37)

updatepkg 1.10.5


----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)


Index: extra/system/gammu/PKGBUILD
diff -u extra/system/gammu/PKGBUILD:1.36 extra/system/gammu/PKGBUILD:1.37
--- extra/system/gammu/PKGBUILD:1.36	Sun Oct  1 04:52:16 2006
+++ extra/system/gammu/PKGBUILD	Tue May  1 15:09:42 2007
@@ -1,19 +1,21 @@
-# $Id: PKGBUILD,v 1.36 2006/10/01 08:52:16 aurelien Exp $
+# $Id: PKGBUILD,v 1.37 2007/05/01 19:09:42 andyrtr Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Aurelien Foret <orelien at chez.com>
 pkgname=gammu
-pkgver=1.08.00
+pkgver=1.10.5
 pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
+license=(GPL)
 arch=(i686 x86_64)
 depends=('libmysqlclient' 'bluez-libs>=3.1')
-source=(http://www.mwiacek.com/zips/gsm/$pkgname/stable/1_0x/$pkgname-$pkgver.tar.gz)
+source=(http://dl.cihar.com/gammu/releases/$pkgname-$pkgver.tar.bz2)
 url="http://www.gammu.org/"
-md5sums=('e934c756419b045e9c128103cb02644b')
+md5sums=('816d8da561bf0dcceffcc9120001db3c')
 
 build() {
   export MAKEFLAGS="-j1"
   cd $startdir/src/$pkgname-$pkgver
+  # change it to use cmake soon
   ./configure --prefix=/usr
   make || return 1
   make shared || return 1




More information about the arch-commits mailing list