# Recipe for version 3.5.0 by Andre Detsch <detsch@gmail.com>, on Ter Nov 29 18:18:39 BRST 2005
# by Maglan C. Diemer && Andre Detsch, 3.3.2 by roko

compile_version=1.7.1
url="ftp://ftp.oregonstate.edu/pub/kde/stable/3.5/src/kdelibs-3.5.0.tar.bz2"
recipe_type=configure
dir='kdelibs-3.5.0'

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
}

