1 # Kasablanca: Installer: Arch
2 # Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
3 # Contributor: Vinay S Shastry <vinayshastry at gmail.com>
8 pkgdesc="An ftp client, written in c++, using the KDE3 libraries, supporting encryption, FXP, site bookmarks and queued transfers"
10 url="http://${pkgname}.berlios.de/"
14 options=("!emptydirs")
16 source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
17 sha1sums=('62eb1d53ed3d622db70eda94cd9279b448ca4c68')
20 cd ${srcdir}/${pkgname}-${pkgver}
23 source /etc/profile.d/kde3.sh
24 source /etc/profile.d/qt3.sh
27 ./configure --prefix=`kde-config --prefix` --without-arts || return 1
29 make DESTDIR=${pkgdir} install || return 1