You are not logged in.
Hi,
smb4k for kdemod3
thankyou
Offline
Hi,
I'm still testing this package, but if you want, you can try it:
PKGBUILD:
pkgname=kdemod3-smb4k
pkgver=0.9.9
pkgrel=1
pkgdesc="A KDE program that browses samba shares."
arch=('i686' 'x86_64')
url="http://smb4k.berlios.de/"
license=('GPL2')
depends=('kdemod3-kdebase')
makedepends=('cmake' 'automoc4')
install=smb4k.install
source=(http://download.berlios.de/smb4k/smb4k-$pkgver.tar.bz2)
md5sums=('a38da207beae0ced66be0219a0028843')
build() {
cd $startdir/src/smb4k-$pkgver
. /etc/profile.d/kde3.sh
./configure --prefix=/opt/kde --without-arts --with-konqplugin=no
make || return 1
make DESTDIR=$startdir/pkg install
}smb4k.install:
post_install() {
echo "==> Note: To enable mounting and unmounting of smb/cifs shares as"
echo "==> user, you will need to issue the following commands as root:"
echo "# chmod +s \$(which mount.cifs) \$(which umount.cifs)"
echo "# chmod +s \$(which smbmnt) \$(which smbumount)"
echo "==> These commands will need to be re-run every upgrade of smbclient"
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*Offline
ok, I try it
ok for now
thankyou
Offline
deleted
Last edited by venky80 (2009-02-05 00:08:13)
Acer Aspire V5-573P Antergos KDE
Offline