[arch-commits] Commit in gnugo/trunk (LICENSE PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sun Aug 3 12:02:31 UTC 2008


    Date: Sunday, August 3, 2008 @ 08:02:31
  Author: ronald
Revision: 7607

add license file, license field & arch field

Added:
  gnugo/trunk/LICENSE
Modified:
  gnugo/trunk/PKGBUILD

----------+
 LICENSE  |   71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PKGBUILD |   10 ++++++--
 2 files changed, 79 insertions(+), 2 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2008-08-03 12:02:31 UTC (rev 7607)
@@ -0,0 +1,71 @@
+                   Copyrights and License
+
+All files Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 and 2007
+by the Free Software Foundation except as noted below.
+
+All files are under the GNU General Public License, which may be
+found in the file COPYING, with the following exceptions.
+
+* The files interface/gtp.c and gtp.h are copyright 2001 by
+  the Free Software Foundation. In the interests of promoting 
+  the Go Text Protocol these two files are licensed under a less 
+  restrictive license than the GPL and are free for unrestricted use.
+  The GTP license appears at the end of this file.
+
+* The files gmp.c and gmp.h are copyright Bill Shubert. These
+  are free for unrestricted use.
+
+* The files regression/golois/* and the tests vie.tst, connect.tst,
+  capture.tst and global.tst are copyright Tristan Cazenave and are
+  used with his permission
+
+* The SGF files in regression/games/handtalk are copyright Jessie Annala
+  and are used with permission.
+
+* The SGF files in regression/games/mertin13x13 are copyright Stefan
+  Mertin and are used with permission.
+
+* The remaining SGF files are either copyright by the FSF or are in
+  the public domain.
+
+
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
+ * This is GNU Go, a Go program. Contact gnugo at gnu.org, or see   *
+ * http://www.gnu.org/software/gnugo/ for more information.      *
+ *                                                               *
+ * To facilitate development of the Go Text Protocol, the two    *
+ * files gtp.c and gtp.h are licensed under less restrictive     *
+ * terms than the rest of GNU Go.                                *
+ *                                                               *
+ * Copyright 2001, 2002, 2003, 2004, 2005, 2006 and 2007         *
+ * by the Free Software Foundation.                              *
+ *                                                               *
+ * Permission is hereby granted, free of charge, to any person   *
+ * obtaining a copy of the files gtp.c and gtp.h, to deal        *
+ * in the Software without restriction, including without        *
+ * limitation the rights to use, copy, modify, merge, publish,   *
+ * distribute, and/or sell copies of the Software, and to permit *
+ * persons to whom the Software is furnished to do so, provided  *
+ * that the above copyright notice(s) and this permission notice *
+ * appear in all copies of the Software and that both the above  *
+ * copyright notice(s) and this permission notice appear in      *
+ * supporting documentation.                                     *
+ *                                                               *
+ * 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 OF THIRD PARTY RIGHTS. IN NO      *
+ * EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS  *
+ * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR    *
+ * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING    *
+ * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF    *
+ * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT    *
+ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS       *
+ * SOFTWARE.                                                     *
+ *                                                               *
+ * Except as contained in this notice, the name of a copyright   *
+ * holder shall not be used in advertising or otherwise to       *
+ * promote the sale, use or other dealings in this Software      *
+ * without prior written authorization of the copyright holder.  *
+\* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+                                    

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-03 11:58:06 UTC (rev 7606)
+++ PKGBUILD	2008-08-03 12:02:31 UTC (rev 7607)
@@ -10,14 +10,20 @@
 arch=('i686' 'x86_64')
 license=('GPL3')
 #source=(http://ftp.gnu.org/gnu/gnugo/$pkgname-$pkgver.tar.gz)
-source=("http://match.stanford.edu/gnugo/archive/gnugo-$pkgver.tar.gz")
+source=(http://match.stanford.edu/gnugo/archive/gnugo-$pkgver.tar.gz \
+	'LICENSE')
+license=('GPL' 'custom')
+arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gnugo/"
 depends=('ncurses' 'glibc')
+md5sums=('843c747edf2bcc0ff1f98514b164a7c4'
+         '2fe1ed5b9818815a4368f765d8024cc7')
 
 build() {
     cd $startdir/src/$pkgname-$pkgver
     ./configure --prefix=/usr
     make || return 1
     make prefix=$startdir/pkg/usr install
+    
+    install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-md5sums=('843c747edf2bcc0ff1f98514b164a7c4')




More information about the arch-commits mailing list