SUMMARY="a modern configuration of the Vim text editor" DESCRIPTION=" Vim is a powerful and full-featured text editor, the popular descendant of the \ 1976 Vi text editor. But Vim has a steep learning curve. It was not primarily designed to be easy to \ use, favoring performance and technical flexibility instead. Because it is so \ different, learning to use Vim takes time. Cream shapes Vim into an interface you probably already know (sometimes called \ Common User Access). Whether you are writing emails or developing large \ software applications, Cream saves you time and gets you up and running quickly. " HOMEPAGE="http://cream.sf.net" SRC_URI="http://freefr.dl.sourceforge.net/project/$portName/Cream/$portVersion/$portName-$portVersion.tar.gz" CHECKSUM_SHA256="b7adee33d5464f985a71722fdbe133e726bffebf34eae14c33674c4c5327d777" REVISION="1" ARCHITECTURES="!any" PROVIDES=" cream = $portVersion cmd:cream " REQUIRES=" cmd:vim == 7.4 " BUILD_REQUIRES=" cmd:vim " BUILD_PREREQUIRES=" cmd:which cmd:perl " BUILD() { true } INSTALL() { export VIMRUNTIME=$dataDir/vim/vim74/ mkdir -p $VIMRUNTIME sh INSTALL.sh $prefix rm -r $prefix/share # Useless .desktop file addAppDeskbarSymlink $binDir/cream "Cream" } # no TEST script available COPYRIGHT="2001-2014 Cream contributors" LICENSE="GNU GPL v3"