# Recipe for version 3.4.1 by Andre Detsch, on Thu Jun 16 17:25:27 BRT 2005
# by Maglan C. Diemer && Andre Detsch, 3.3.2 by roko
compile_version=1.7.1
url="ftp://ftp.kde.org/pub/kde/stable/3.4.1/src/kdelibs-3.4.1.tar.bz2"
#url="ftp://ftp.sunet.se/pub/kde/stable/3.4.1/src/kdelibs-3.4.1.tar.bz2"
dir='kdelibs-3.4.1'
recipe_type=configure

configure_options=(
	"--disable-debug"
	"--disable-dependency-tracking"
	"--with-alsa"
	"--enable-fast-malloc=full"
#  "DO_NOT_COMPILE="
#  dcop libltdl kdefx  kdecore  kdeui  kdesu  kjs  kwallet  kio arts kab  kconf_update  kdoctools  kimgio  kioslave  knewstuff
# kparts  kresources   ksmartcard  kstyles  kutils  libkmid  libscreensaver  licenses  mimetypes  pics  doc  kcert  interfaces  kinit # kdeprint  kac  kspell2  kmdi  khtml  kate  kdewidgets
)

# chmod below is not needed with Scripts >= 2.1.21
post_install() {
	chmod 4755 $target/bin/fileshareset
	chmod 4755 $target/bin/kpac_dhcp_helper
	chmod 4755 $target/bin/kgrantpty
}

