[arch-commits] CVS update of extra/network/tin (LICENSE PKGBUILD)
Eric Belanger
eric at archlinux.org
Wed Sep 19 05:32:10 UTC 2007
Date: Wednesday, September 19, 2007 @ 01:32:10
Author: eric
Path: /home/cvs-extra/extra/network/tin
Added: LICENSE (1.1)
Modified: PKGBUILD (1.6 -> 1.7)
upgpkg: tin 1.8.3-1
added license
----------+
LICENSE | 35 +++++++++++++++++++++++++++++++++++
PKGBUILD | 10 ++++++----
2 files changed, 41 insertions(+), 4 deletions(-)
Index: extra/network/tin/LICENSE
diff -u /dev/null extra/network/tin/LICENSE:1.1
--- /dev/null Wed Sep 19 01:32:10 2007
+++ extra/network/tin/LICENSE Wed Sep 19 01:32:10 2007
@@ -0,0 +1,35 @@
+/*
+ * Project : tin - a Usenet reader
+ * Module : main.c
+ * Author : I. Lea & R. Skrenta
+ * Created : 1991-04-01
+ * Updated : 2005-08-14
+ * Notes :
+ *
+ * Copyright (c) 1991-2006 Iain Lea <iain at bricbrac.de>, Rich Skrenta <skrenta at pbm.com>
+ * 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.
+ * 3. The name of the author may not be used to endorse or promote
+ * products derived from this software without specific prior written
+ * permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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: extra/network/tin/PKGBUILD
diff -u extra/network/tin/PKGBUILD:1.6 extra/network/tin/PKGBUILD:1.7
--- extra/network/tin/PKGBUILD:1.6 Wed Sep 19 00:00:29 2007
+++ extra/network/tin/PKGBUILD Wed Sep 19 01:32:10 2007
@@ -1,13 +1,15 @@
-# $Id: PKGBUILD,v 1.6 2007/09/19 04:00:29 simo Exp $
+# $Id: PKGBUILD,v 1.7 2007/09/19 05:32:10 eric Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
pkgname=tin
pkgver=1.8.3
pkgrel=1
pkgdesc="Curses based threaded NNTP and spool based UseNet newsreader"
arch=(i686 x86_64)
-depends=('ncurses' 'libidn' 'icu')
-source=(ftp://ftp.tin.org/pub/news/clients/tin/stable/$pkgname-$pkgver.tar.bz2)
url="http://www.tin.org"
+license=('BSD')
+depends=('ncurses' 'libidn' 'icu')
+source=(ftp://ftp.tin.org/pub/news/clients/tin/stable/$pkgname-$pkgver.tar.bz2 LICENSE)
+md5sums=('e6ed45205020665c097556822b0d575b' '22de35b1bdc6f0df87c93ae794198b21')
build() {
cd $startdir/src/$pkgname-$pkgver
@@ -18,5 +20,5 @@
rm -f $startdir/pkg/usr/man/man5/mbox.5
rm -f $startdir/pkg/usr/man/man5/mmdf.5
mv $startdir/pkg/usr/bin/url_handler.sh $startdir/pkg/usr/bin/tin_url_handler.sh
+ install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
}
-md5sums=('e6ed45205020665c097556822b0d575b')
More information about the arch-commits
mailing list