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

Eric Belanger eric at archlinux.org
Wed Jul 11 02:03:58 UTC 2007


    Date: Tuesday, July 10, 2007 @ 22:03:58
  Author: eric
    Path: /home/cvs-extra/extra/system/gammu

Modified: PKGBUILD (1.39 -> 1.40)

upgpkg: gammu 1.12.90-2
fixed install location of libGammu.a, added mysql makedepends


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


Index: extra/system/gammu/PKGBUILD
diff -u extra/system/gammu/PKGBUILD:1.39 extra/system/gammu/PKGBUILD:1.40
--- extra/system/gammu/PKGBUILD:1.39	Tue Jul 10 20:03:09 2007
+++ extra/system/gammu/PKGBUILD	Tue Jul 10 22:03:58 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.39 2007/07/11 00:03:09 eric Exp $
+# $Id: PKGBUILD,v 1.40 2007/07/11 02:03:58 eric Exp $
 # Maintainer: aurelien <aurelien at archlinux.org>
 # Contributor: Aurelien Foret <orelien at chez.com>
 pkgname=gammu
 pkgver=1.12.90
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('i686' 'x86_64')
 url="http://www.gammu.org/"
 license=('GPL')
 depends=('libmysqlclient' 'bluez-libs>=3.1')
-makedepends=('cmake')
+makedepends=('cmake' 'mysql')
 options=('!makeflages')
 source=(http://dl.cihar.com/gammu/releases/$pkgname-$pkgver.tar.bz2)
 md5sums=('4261863a9c74031004fe58620b8bd446')
@@ -27,5 +27,5 @@
   cmake -DENABLE_SHARED=ON -DCMAKE_INSTALL_PREFIX="/usr" -DWITH_NOKIA_SUPPORT=ON   -DWITH_Bluez=ON -DWITH_IrDA=ON .
   sed -i 's|extern char \*strchrnul|//extern char \*strchrnul|' misc/coding/coding.h  || return 1
   make C_FLAGS="${C_FLAGS} -I../include" || return 1
-  make DESTDIR=$startdir/pkg install
+  install -D -m644 libGammu.a $startdir/pkg/usr/lib/libGammu.a
 }




More information about the arch-commits mailing list