[arch-commits] Commit in vim-vcscommand/trunk (PKGBUILD license.txt)

Aaron Griffin aaron at archlinux.org
Wed Apr 23 03:36:53 UTC 2008


    Date: Tuesday, April 22, 2008 @ 23:36:53
  Author: aaron
Revision: 776

upgpkg: vim-vcscommand 22-1

Added:
  vim-vcscommand/trunk/license.txt
Modified:
  vim-vcscommand/trunk/PKGBUILD

-------------+
 PKGBUILD    |   17 +++++++++++------
 license.txt |   26 ++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-04-23 03:36:41 UTC (rev 775)
+++ PKGBUILD	2008-04-23 03:36:53 UTC (rev 776)
@@ -3,29 +3,34 @@
 
 pkgname=vim-vcscommand
 #Real version BetaXX
-pkgver=19
-_scriptid=6814
+pkgver=22
+_scriptid=8459
 pkgrel=1
 pkgdesc="vim cvs/svn integration plugin "
 arch=(i686 x86_64)
 url="http://www.vim.org/scripts/script.php?script_id=90"
+license=("custom")
 depends=(vi)
 groups=('vim-plugins')
 replaces=('vim-vsccommand') #whoops, typo before
 install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
-md5sums=('7ed54ebfd83c443cd303256e31278d70')
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+        license.txt)
+md5sums=('dbda5624b24bdfc55d2bb6b7fcdaaa91'
+         'cc76e422214169f380e6a1548f617778')
 
 build()
 {
   cd $startdir/src
   mv download_script.php?src_id=$_scriptid vcscommand.zip
-  unzip -qqo vcscommand.zip
-  cd vcscommand
+  bsdtar -xf vcscommand.zip
 
   mkdir -p $startdir/pkg/usr/share/vim/
   cp -r doc plugin syntax $startdir/pkg/usr/share/vim
 
   #just in case....
   find $startdir/pkg/usr/share/vim -type f -exec chmod 644 {} \;
+
+  install -D -m644 license.txt \
+    $startdir/pkg/usr/share/licenses/$pkgname/license.txt
 }

Added: license.txt
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2008-04-23 03:36:53 UTC (rev 776)
@@ -0,0 +1,26 @@
+Copyright (c) 2007 Bob Hiestand
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+IN THE SOFTWARE.
+
+For instructions on installing this file, type
+	:help add-local-help
+inside Vim.
+
+Author:  Bob Hiestand <bob.hiestand at gmail.com>
+Credits:  Benji Fisher's excellent MatchIt documentation





More information about the arch-commits mailing list