# Description: GTK version of the vim editor # URL: http://www.vim.org/ # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: vim, gtk name=gvim version=7.3.154 release=1 source=(ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://crux.nu/files/distfiles/vim-7.3.001-050.xz http://crux.nu/files/distfiles/vim-7.3.051-102.xz http://crux.nu/files/distfiles/vim-7.3.103-154.xz gvim.desktop) build () { cd vim73/src unxz -c $SRC/vim-7.3.*.xz | patch -p0 -d $SRC/vim73 ./configure --prefix=/usr \ --with-vim-name=gvim \ --with-x=yes \ --enable-gui=gtk2 \ --enable-multibyte \ --disable-gpm \ --disable-nls make VIMRTDIR= make VIMRTDIR= DESTDIR=$PKG installvimbin install -d $PKG/usr/share/{applications,pixmaps} install -m 644 $SRC/gvim.desktop $PKG/usr/share/applications install -m 644 ../runtime/vim*.png $PKG/usr/share/pixmaps }