# Recipe for version 3.4.92 by Fernando Santos <kosh.linux at gmail.com>, on Wed Oct 19 04:07:21 BRST 2005
# by Maglan C. Diemer && Andre Detsch

url="ftp://ftp.oregonstate.edu/pub/kde/unstable/3.5-beta2/src/kdepim-3.4.92.tar.bz2"
compile_version=1.7.1
recipe_type=configure
configure_options=(
  "--disable-debug"
  "--disable-dependency-tracking"
)

pre_install() {
	# Change install path for designer plugins so they go to $target
	# and not /Programs/KDE-Libs
	repl_from='$(DESTDIR)$(kde_widgetdir)'
	repl_to="$target/lib/kde3/plugins/designer"
	GrepReplace "$repl_from" "$repl_to" ./libkdepim/kpartsdesignerplugin/Makefile
	GrepReplace "$repl_from" "$repl_to" ./libkdepim/Makefile
}
