core/gnokii/PKGBUILD

44 lines
1.2 KiB
Bash
Raw Normal View History

#
# Chakra Packages for Chakra, part of chakra-project.org
#
2013-07-15 05:11:48 +08:00
# maintainer: Fabian Kosmale <inkane@chakra-project.org>
# contributor (i686): Phil Miller <philm[at]chakra-project[dog]org>
# contributor (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
2010-03-14 23:48:48 +08:00
pkgname=gnokii
2013-07-15 05:11:48 +08:00
pkgver=0.6.31
pkgrel=1
2010-03-14 23:48:48 +08:00
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' 'libical')
makedepends=('libmysqlclient' 'postgresql-libs' 'intltool')
optdepends=('libmysqlclient: smsd mysql backend'
2010-03-14 23:48:48 +08:00
'postgresql-libs: smsd postgresql backend')
backup=('etc/gnokiirc')
options=('!libtool' '!makeflags')
2013-07-15 05:11:48 +08:00
source=(http://www.gnokii.org/download/$pkgname/$pkgname-${pkgver}.tar.bz2)
md5sums=('d9627f4a1152d3ea7806df4532850d5f')
2010-03-14 23:48:48 +08:00
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
2010-03-14 23:48:48 +08:00
# FS#13249
2011-09-03 04:25:31 +08:00
sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
2010-03-14 23:48:48 +08:00
./configure --prefix=/usr \
--sysconfdir=/etc \
--enable-security \
--disable-unix98test \
2011-09-03 04:25:31 +08:00
--disable-gtk2
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
2010-03-14 23:48:48 +08:00
2011-09-03 04:25:31 +08:00
install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc"
2010-03-14 23:48:48 +08:00
}