summaryrefslogtreecommitdiff
path: root/community/gnokii/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-15 01:14:48 -0700
committerroot <root@rshg054.dnsready.net>2013-05-15 01:14:48 -0700
commit51c18483cd98db045391ee9a0c7b9b6ad5d4ab3a (patch)
tree00044126c105926c03e23c9611be579689db2b8b /community/gnokii/PKGBUILD
parent2e5b72e5e8dfb5199a9b0da7c76d052a456662c2 (diff)
Wed May 15 01:14:48 PDT 2013
Diffstat (limited to 'community/gnokii/PKGBUILD')
-rw-r--r--community/gnokii/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/gnokii/PKGBUILD b/community/gnokii/PKGBUILD
index 98bdd0b23..0c0a051ed 100644
--- a/community/gnokii/PKGBUILD
+++ b/community/gnokii/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90761 2013-05-13 18:04:36Z heftig $
+# $Id: PKGBUILD 90848 2013-05-14 21:40:33Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=gnokii
pkgver=0.6.31
-pkgrel=3
+pkgrel=4
pkgdesc="Tools and user space driver for use with mobile phones"
arch=('i686' 'x86_64')
url="http://www.gnokii.org/"
@@ -24,7 +24,7 @@ md5sums=('d9627f4a1152d3ea7806df4532850d5f'
'fd1c448114c2e0de8e05981030f0e69f')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
# FS#13249
sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
@@ -33,13 +33,14 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
+ --sbindir=/usr/bin \
--enable-security \
--disable-unix98test
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -Dm644 Docs/sample/gnokiirc "${pkgdir}/etc/gnokiirc"