# # Need to symlink share/applications into desktop-file-utils-data setup_pkg_ '0.9.1' \ libs: 'aspell atk cairo fontconfig freetype glib gtk+ gtkspell libpng pango pygtk python xfree86 xscreensaver zlib' \ dirs: 'python' && pkg_install_() { sed_ src/Makefile 's%/usr/include%'"$SPF_CONF/python/include"'%' && make \ PREFIX="$prefix_" \ LIBDIR="$prefix_/lib" \ CFLAGS="`pkg-config --cflags gtk+-2.0 pygtk-2.0` -fPIC -I$SPF_CONF/python/include/python2.4 -I. $cflags_ $cppflags_" \ LDFLAGS="`pkg-config --libs gtk+-2.0 pygtk-2.0` $ldflags_" \ ${1+"$@"} all install }