Date: Tuesday, April 26, 2011 @ 14:19:29 Author: eric Revision: 120836
upgpkg: vim-doxygentoolkit 0.2.13-1 Upstream update, PKGBUILD clean up Modified: vim-doxygentoolkit/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-04-26 17:30:19 UTC (rev 120835) +++ PKGBUILD 2011-04-26 18:19:29 UTC (rev 120836) @@ -3,8 +3,8 @@ # Maintainer: Daniel J Griffiths <[email protected]> pkgname=vim-doxygentoolkit -pkgver=0.2.7 -_scriptid=11878 +pkgver=0.2.13 +_scriptid=14064 pkgrel=1 pkgdesc="This script simplify doxygen documentation in C/C++" arch=('any') @@ -13,16 +13,9 @@ depends=('vim') groups=('vim-plugins') source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid") -md5sums=('a5954aac19f782d538a55a76cfdab90f') +md5sums=('669e14133afa26b2b72c48a9315d8f7d') -build() { - /bin/true -} - package() { - cd ${srcdir} - - installpath="${pkgdir}/usr/share/vim/vimfiles" - install -D -m644 DoxygenToolkit.vim \ - $installpath/plugin/DoxygenToolkit.vim || return 1 + cd "${srcdir}" + install -D -m644 DoxygenToolkit.vim "${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim" }
