[arch-commits] Commit in gnokii/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Mon May 13 18:21:32 UTC 2013


    Date: Monday, May 13, 2013 @ 20:21:31
  Author: andrea
Revision: 90762

upgpkg: gnokii 0.6.31-4

libical rebuild; move binaries to /usr/bin

Modified:
  gnokii/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 18:04:36 UTC (rev 90761)
+++ PKGBUILD	2013-05-13 18:21:31 UTC (rev 90762)
@@ -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 @@
          'fd1c448114c2e0de8e05981030f0e69f')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   # FS#13249
   sed -i 's|cellphone|phone|' xgnokii/xgnokii.desktop.in
@@ -33,13 +33,14 @@
 
   ./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"




More information about the arch-commits mailing list