You are not logged in.

#1 2005-01-22 17:05:13

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

[ftp] Kasablanca (0.4.0.1) | kftbgrabber (0.5.0)

I've created a PKGBUILD for kasablanca and kftpgrabber, as well as i provide binary packages to them.

I've created them since KBear seems to be outdated, and doesn't work anymore.

Kasablanca needs two patches, since off_t isn't defined by glibc anymore.

I think for older versions of kasablanca there were pkgbuilds around, and i think i've also seen an actual one to kftpgrabber. Anyway, you can find the packages, pkgbuilds filelists and patches at:

Kasablanca
filelist
PKGBUILD
kbitem.patch
kbfileinfo.patch
(BINARY) kasablanca-0.4.0.1-1.pkg.tar.gz

kftpgrabber
filelist
PKGBUILD
(BINARY) kftpgrabber-0.5.0-1.pkg.tar.gz

// STi


Ability is nothing without opportunity.

Offline

#2 2005-01-22 19:07:59

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [ftp] Kasablanca (0.4.0.1) | kftbgrabber (0.5.0)

Thanks! big_smile
Kasablanca is just what I've been looking for smile


To err is human... to really foul up requires the root password.

Offline

#3 2005-01-24 07:27:17

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: [ftp] Kasablanca (0.4.0.1) | kftbgrabber (0.5.0)

Pleasure, you are as always welcome.

// STi


Ability is nothing without opportunity.

Offline

#4 2006-12-07 22:02:21

martti1
Member
Registered: 2006-10-14
Posts: 38

Re: [ftp] Kasablanca (0.4.0.1) | kftbgrabber (0.5.0)

I was looking for a QT/KDE FTP client, so I made a new PKGBUILD for kftpgrabber.

pkgname=kftpgrabber
pkgver=0.8.0beta2
pkgrel=1
pkgdesc="KFTPgrabber is a graphical FTP client for the K Desktop Environment"
url="http://www.kftp.org"
license="GPL"
depends=('qt' 'kdelibs' 'openssl')
source=(http://www.kftp.org/uploads/files/$pkgname-0.8.0-beta2.tar.bz2)
md5sums=('c0be2a92bd0550809c5e51a1e050719b')

build() {
  cd $startdir/src/$pkgname-0.8.0-beta2
  ./configure --prefix=/opt/kde
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Linux user #438799

Offline

Board footer

Powered by FluxBB