[arch-commits] CVS update of core/devel/csup (COPYING PKGBUILD)

Dan McGee dan at archlinux.org
Tue Oct 30 03:27:20 UTC 2007


    Date: Monday, October 29, 2007 @ 23:27:20
  Author: dan
    Path: /home/cvs-core/core/devel/csup

   Added: COPYING (1.1)
Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: csup 20060318-3


----------+
 COPYING  |   24 ++++++++++++++++++++++++
 PKGBUILD |   21 ++++++++++++++-------
 2 files changed, 38 insertions(+), 7 deletions(-)


Index: core/devel/csup/COPYING
diff -u /dev/null core/devel/csup/COPYING:1.1
--- /dev/null	Mon Oct 29 23:27:20 2007
+++ core/devel/csup/COPYING	Mon Oct 29 23:27:19 2007
@@ -0,0 +1,24 @@
+Copyright (c) 2003-2006, Maxime Henrion <mux at FreeBSD.org>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
Index: core/devel/csup/PKGBUILD
diff -u core/devel/csup/PKGBUILD:1.3 core/devel/csup/PKGBUILD:1.4
--- core/devel/csup/PKGBUILD:1.3	Sun Jun  4 04:07:29 2006
+++ core/devel/csup/PKGBUILD	Mon Oct 29 23:27:20 2007
@@ -1,15 +1,19 @@
-# Maintainer: Christer Solskogen <solskogen at carebears.mine.nu>
+# $Id: PKGBUILD,v 1.4 2007/10/30 03:27:20 dan Exp $
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
 pkgname=csup
 pkgver=20060318
-pkgrel=2
+pkgrel=3
 pkgdesc="csup - cvsup rewritten in C"
 arch=(i686 x86_64)
-provides=cvsup
 url="http://www.mu.org/~mux/csup.html"
-depends=('gcc' 'zlib' 'openssl')
-source=("http://www.mu.org/~mux/$pkgname-snap-$pkgver.tgz")
-md5sums=('9218f06f13ed28d1086eec413a734915')
-
+license=('BSD')
+depends=('gcc-libs' 'zlib' 'openssl')
+provides=('cvsup')
+replaces=('cvsup')
+source=("http://www.mu.org/~mux/$pkgname-snap-$pkgver.tgz" COPYING)
+md5sums=('9218f06f13ed28d1086eec413a734915'
+         '26a03bbffa4a306e5fe1979aed1354be')
 
 build() {
   cd $startdir/src/$pkgname
@@ -18,5 +22,8 @@
   mkdir -p $startdir/pkg/usr/share/man/man1
   install -o 0 -g 0 csup $startdir/pkg/usr/bin/csup
   install -o 0 -g 0 csup.1.gz $startdir/pkg/usr/share/man/man1
+  # install license
+  mkdir -p $startdir/pkg/usr/share/licenses/csup
+  install -m644 $startdir/src/COPYING $startdir/pkg/usr/share/licenses/csup/
 }
 




More information about the arch-commits mailing list