Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d6e86c14bbd192fc373d51c334836184e69a2974
commit d6e86c14bbd192fc373d51c334836184e69a2974 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Thu May 1 01:09:25 2008 +0200 vim-script-enhancedcommentify-2.3-1-i686 - new package diff --git a/source/devel-extra/vim-script-enhancedcommentify/FrugalBuild b/source/devel-extra/vim-script-enhancedcommentify/FrugalBuild new file mode 100644 index 0000000..c061594 --- /dev/null +++ b/source/devel-extra/vim-script-enhancedcommentify/FrugalBuild @@ -0,0 +1,31 @@ +# Compiling Time: 0 SBU +# Maintainer: VMiklos <[EMAIL PROTECTED]> + +pkgname=vim-script-enhancedcommentify +pkgver=2.3 +pkgrel=1 +pkgdesc="VIM ftplugin for comment lines in a program." +url="http://vim.sourceforge.net/scripts/script.php?script_id=23" +depends=() +rodepends=('vim') +groups=('devel-extra') +archs=('i686' 'x86_64') +# NOTE: this is not a std up2date, in case later we would port this to vim-script.sh +up2date="lynx -dump http://www.vim.org/scripts/script.php?script_id=23|grep tar.gz|sed 's/.*-\(.*\)\.t.*/\1/;q'" +source=(http://vim.sourceforge.net/scripts/download_script.php?src_id=8319) +sha1sums=('10844477e4f85483aa18d029631702f8f6f98f7d') + +# TODO: add vim-script.sh if there will be other packaged vim scripts + +# If you want to test this pkg, the main functionality is available via \x + +build() +{ + tar xf download_script.php\?src_id\=8319 || return 1 + Fcd EnhancedCommentify-$pkgver + Fmkdir /usr/share/vim/{doc,ftplugin,plugin} + Ffilerel doc/* /usr/share/vim/doc/ + Ffilerel ftplugin/* /usr/share/vim/ftplugin/ + Ffilerel plugin/* /usr/share/vim/plugin/ + Fdocrel LICENSE* +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
