updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / vimim / PKGBUILD
blobe1c9c51d40864b80377620cebe695b3e9266040b
1 # Maintainer: cap_sensitive <cap.sensitive@gmail.com>
3 pkgname=vimim
4 pkgver=0.9.6
5 _sourceid=13043
6 pkgrel=1
7 pkgdesc='The VimIM is a Vim plugin designed as an independent IM (Input Method) to support the input of any language'
8 arch=('i686' 'x86_64')
9 url='http://www.vim.org/scripts/script.php?script_id=2506'
10 license=('GPL')
11 depends=('vim')
12 source=("http://vim.sourceforge.net/scripts/download_script.php?src_id=13043")
14 md5sums=('ec03d8c4456e7c4cdef9c3aabc3735af')
16 build() {
17   cd $srcdir
18   mv download_script.php?src_id=$_sourceid vimim.vim
19   installpath="$pkgdir/usr/share/vim/vim72"
20   install -D -m644 vimim.vim $installpath/plugin/vimim.vim
21   rm -rf ../download_script.php?src_id=$_sourceid