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

Giovanni Scafora giovanni at archlinux.org
Wed Feb 10 18:47:55 UTC 2010


    Date: Wednesday, February 10, 2010 @ 13:47:55
  Author: giovanni
Revision: 68105

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-10 18:44:17 UTC (rev 68104)
+++ PKGBUILD	2010-02-10 18:47:55 UTC (rev 68105)
@@ -5,10 +5,10 @@
 pkgname=smb4k
 pkgver=0.10.4
 pkgrel=1
-pkgdesc="A KDE program that browses samba shares."
+pkgdesc="A KDE program that browses samba shares"
 arch=('i686' 'x86_64')
 url="http://smb4k.berlios.de/"
-license=('GPL2')
+license=('GPL')
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=smb4k.install
@@ -17,7 +17,8 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
   make VERBOSE=1 || return 1
-  make DESTDIR=$startdir/pkg install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list