From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/gammu/PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 community/gammu/PKGBUILD (limited to 'community/gammu/PKGBUILD') diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD deleted file mode 100644 index 87dc285f4..000000000 --- a/community/gammu/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 93846 2013-07-11 08:52:45Z schiv $ -# Maintainer: Ray Rashif -# Contributor: Corrado Primier -# Contributor: Aurelien Foret - -pkgname=gammu -pkgver=1.33.0 -pkgrel=1 -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') -makedepends=('cmake' 'doxygen' 'mariadb' 'python2') -optdepends=('dialog: support for the gammu-config script') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('3f46afcc16829175d2d9060ac15813e8') - -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: -- cgit v1.2.3-54-g00ecf