summaryrefslogtreecommitdiff
path: root/community/gnokii/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gnokii/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gnokii/PKGBUILD')
-rw-r--r--community/gnokii/PKGBUILD47
1 files changed, 0 insertions, 47 deletions
diff --git a/community/gnokii/PKGBUILD b/community/gnokii/PKGBUILD
deleted file mode 100644
index 5e5d099a9..000000000
--- a/community/gnokii/PKGBUILD
+++ /dev/null
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 92499 2013-06-07 09:28:58Z tomegun $
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Roman Kyrylych <roman@archlinux.org>
-# Contributor: Aurelien Foret <orelien@chez.com>
-
-pkgname=gnokii
-pkgver=0.6.31
-pkgrel=5
-pkgdesc="Tools and user space driver for use with mobile phones"
-arch=('i686' 'x86_64')
-url="http://www.gnokii.org/"
-license=('GPL')
-depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite')
-makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool' 'mariadb')
-optdepends=('gtk2: xgnokii GUI'
- 'libmariadbclient: smsd mysql backend'
- 'postgresql-libs: smsd postgresql backend')
-backup=('etc/gnokiirc')
-options=('!libtool' '!makeflags')
-source=("http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2"
- 'gnokii.patch')
-md5sums=('d9627f4a1152d3ea7806df4532850d5f'
- 'fd1c448114c2e0de8e05981030f0e69f')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- # FS#13249
- sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
-
- patch -Np1 -i "${srcdir}/gnokii.patch"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --enable-security \
- --disable-unix98test
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc"
-}