updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / vjde / PKGBUILD
blob7d3a433ea788b58bbcf06fce2640f0bf84a04dc7
1 # Contributor: Andrea Scarpino <andrea@archlinux.org>
2 # Contributor: Jan Stępień <jstepien@users.sourceforge.net>
4 pkgname=vjde
5 pkgver=2.16.4
6 pkgrel=1
7 pkgdesc="Just a Development Envirement for VIM"
8 arch=('any')
9 url="http://www.vim.org/scripts/script.php?script_id=1213"
10 depends=('vim')
11 license=('GPL')
12 source=(${pkgname}.tgz::"http://www.vim.org/scripts/download_script.php?src_id=14254")
13 md5sums=('7d2d9187d06ca85d22f4b0558f95d308')
15 package() {
16   cd ${srcdir}
17   installpath="${pkgdir}/usr/share/vim/vim73"
18   install -d $installpath
19   cp -rf autoload compiler doc plugin syntax $installpath
20   chmod +x $installpath/plugin/${pkgname}/readtags
22   rm $installpath/plugin/${pkgname}/{{readtags,wspawn}.exe,tipswnd.dll}