From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/gammu/PKGBUILD | 32 +++++++++++++ community/gammu/gammu.changelog | 103 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 community/gammu/PKGBUILD create mode 100644 community/gammu/gammu.changelog (limited to 'community/gammu') diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD new file mode 100644 index 000000000..49fd5a554 --- /dev/null +++ b/community/gammu/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 42312 2011-03-16 10:51:16Z jelle $ +# Maintainer: Ray Rashif +# Contributor: Corrado Primier +# Contributor: Aurelien Foret + +pkgname=gammu +pkgver=1.29.0 +pkgrel=2 +pkgdesc="GNU All Mobile Management Utilities" +arch=('i686' 'x86_64') +url="http://wammu.eu/" +license=('GPL') +depends=('bluez' 'curl' 'libmysqlclient' + 'postgresql-libs' 'python2' 'libusb') +makedepends=('cmake' 'doxygen' 'mysql') +optdepends=('dialog: support for the gammu-config script') +options=('!makeflags') +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) +md5sums=('5a860f37519fab3d2e7a42349b413738') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + cmake . -DCMAKE_INSTALL_PREFIX="/usr" + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install +} diff --git a/community/gammu/gammu.changelog b/community/gammu/gammu.changelog new file mode 100644 index 000000000..e3038c41e --- /dev/null +++ b/community/gammu/gammu.changelog @@ -0,0 +1,103 @@ +2011-01-27 Ray Rashif + + * Version bump: 1.29.0 + +2010-06-29 Ray Rashif + + * Version bump: 1.27.94 + + * PKGBUILD: new dep - libusb1 + url - upstream now uses wammu site + new changelog array + src now from sourceforge + + * ChangeLog: changed to gammu.changelog + +2010-01-05 Corrado Primier + + * Version bump: 1.27.0 + +2009-09-19 Biru Ionut + + * rebuild postgresql 8.4: 1.26.1-2 + +2009-09-08 Corrado Primier + + * Version bump: 1.26.1 + + * PKGBUILD: moved python from makedepends to depends due to + gammu substituting python-gammu + +2009-07-14 Corrado Primier + + * Version bump: 1.25.0 + +2009-04-14 Corrado Primier + + * Release bump: 2 + + * PKGBUILD: forgot to add python-gammu to conflicts and provides + arrays, also added doxygen to makedepends + +2009-04-14 Corrado Primier + + * Version bump: 1.23.1 + +2009-02-15 Corrado Primier + + * Release bump: 2 + + * PKGBUILD: substituted bluez-libs dependency with bluez + +2009-01-17 Corrado Primier + + * Version bump: 1.22.1 + +2008-10-27 Corrado Primier + + * Version bump: 1.21.0 + + * PKGBUILD: moved to ${src,pkg}dir syntax, disabled static library + compilation, added optdepends array, added curl dependency + + * gammu.install: removed in favor of optdepends + +2008-05-13 Corrado Primier + + * Version bump: 1.20.0 + + * gammu.install: removed post_upgrade() function + +2008-03-07 Corrado Primier + + * Version bump: 1.19.0 + +2008-01-30 Corrado Primier + + * Version bump: 1.18.0 + +2008-01-23 Corrado Primier + + * Version bump: 1.17.0 + + * gammu.install: added + +2007-12-19 Corrado Primier + + * Version bump: 1.16.0 + + * PKGBUILD: fixed CVS Id variable + + * ChangeLog: adapted to "official" specifications + +2007-12-06 Corrado Primier + + * Version bump: 1.15.0 + +2007-11-05 Corrado Primier + + * gammu: adopted from [extra] + + * Version bump: 1.13.0 + + * PKGBUILD: a handful of minor changes to build() -- cgit v1.2.3-54-g00ecf