[arch-commits] CVS update of extra/network/host (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Aug 7 06:53:44 UTC 2007


    Date: Tuesday, August 7, 2007 @ 02:53:44
  Author: eric
    Path: /home/cvs-extra/extra/network/host

   Added: LICENSE (1.1)
Modified: PKGBUILD (1.14 -> 1.15)

upgpkg: host 20070128-1
added license


----------+
 LICENSE  |   17 +++++++++++++++++
 PKGBUILD |    9 ++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)


Index: extra/network/host/LICENSE
diff -u /dev/null extra/network/host/LICENSE:1.1
--- /dev/null	Tue Aug  7 02:53:43 2007
+++ extra/network/host/LICENSE	Tue Aug  7 02:53:43 2007
@@ -0,0 +1,17 @@
+/*
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that: (1) source distributions retain this entire copyright
+ * notice and comment, and (2) distributions including binaries display
+ * the following acknowledgement:  ``This product includes software
+ * developed by the University of California, Berkeley and its contributors''
+ * in the documentation or other materials provided with the distribution
+ * and in all advertising materials mentioning features or use of this
+ * software. Neither the name of the University nor the names of its
+ * contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ */
Index: extra/network/host/PKGBUILD
diff -u extra/network/host/PKGBUILD:1.14 extra/network/host/PKGBUILD:1.15
--- extra/network/host/PKGBUILD:1.14	Wed May  2 14:58:08 2007
+++ extra/network/host/PKGBUILD	Tue Aug  7 02:53:44 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.14 2007/05/02 18:58:08 dale Exp $
+# $Id: PKGBUILD,v 1.15 2007/08/07 06:53:44 eric Exp $
 # Maintainer: dale <dale at archlinux.org>
 pkgname=host
 pkgver=20070128
@@ -6,8 +6,10 @@
 pkgdesc="Lightweight alternative to bind's host."
 arch=(i686 x86_64)
 url="http://www.weird.com/~woods/projects/host.html"
-source=(ftp://ftp.weird.com/pub/local/$pkgname-$pkgver.tar.gz Build.patch)
-md5sums=('35156dce6b0905d741e67f53d24ea15b' '0236c9708ac12c63838418b18729a891')
+license=('custom')
+source=(ftp://ftp.weird.com/pub/local/$pkgname-$pkgver.tar.gz Build.patch LICENSE)
+md5sums=('35156dce6b0905d741e67f53d24ea15b' '0236c9708ac12c63838418b18729a891'\
+         '86851e9e7604f8b0c388ce458bd83976')
 conflicts=('bind' 'dnsutils')
 
 build() {
@@ -18,5 +20,6 @@
 	mkdir -p $startdir/pkg/usr/man/man1
 	make || return 1
 	make install || return 1
+	install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
 




More information about the arch-commits mailing list