[arch-commits] CVS update of arch/build/system/quota-tools (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Sep 10 04:56:21 UTC 2007


    Date: Monday, September 10, 2007 @ 00:56:21
  Author: eric
    Path: /home/cvs-arch/arch/build/system/quota-tools

   Added: LICENSE (1.1)
Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: quota-tools 3.15-1
added license and backup array


----------+
 LICENSE  |   33 +++++++++++++++++++++++++++++++++
 PKGBUILD |   20 ++++++++++++--------
 2 files changed, 45 insertions(+), 8 deletions(-)


Index: arch/build/system/quota-tools/LICENSE
diff -u /dev/null arch/build/system/quota-tools/LICENSE:1.1
--- /dev/null	Mon Sep 10 00:56:21 2007
+++ arch/build/system/quota-tools/LICENSE	Mon Sep 10 00:56:21 2007
@@ -0,0 +1,33 @@
+/*
+ * Copyright (c) 1980, 1990 Regents of the University of California. All
+ * rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by Robert Elz at
+ * The University of Melbourne.
+ *
+ * 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. All advertising
+ * materials mentioning features or use of this software must display the
+ * following acknowledgement: This product includes software developed by the
+ * University of California, Berkeley and its contributors. 4. 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 BY THE REGENTS 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 REGENTS 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: arch/build/system/quota-tools/PKGBUILD
diff -u arch/build/system/quota-tools/PKGBUILD:1.6 arch/build/system/quota-tools/PKGBUILD:1.7
--- arch/build/system/quota-tools/PKGBUILD:1.6	Sat Mar 24 12:34:21 2007
+++ arch/build/system/quota-tools/PKGBUILD	Mon Sep 10 00:56:21 2007
@@ -1,28 +1,32 @@
-# $Id: PKGBUILD,v 1.6 2007/03/24 16:34:21 tpowa Exp $
+# $Id: PKGBUILD,v 1.7 2007/09/10 04:56:21 eric Exp $
 # Maintainer: Judd <judd at archlinux.org>
 pkgname=quota-tools
-pkgver=3.14
+pkgver=3.15
 pkgrel=1
 pkgdesc="Tools to manage kernel-level quotas in Linux"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/linuxquota/"
-depends=(e2fsprogs)
-source=(http://heanet.dl.sourceforge.net/sourceforge/linuxquota/quota-$pkgver.tar.gz)
-md5sums=('e6ae17d4bf26012e820c3582ec7af487')
+license=('GPL' 'BSD')
+depends=('e2fsprogs')
+backup=('etc/warnquota.conf' 'etc/quotatab' 'etc/quotagrpadmins')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/linuxquota/quota-$pkgver.tar.gz LICENSE)
+md5sums=('5a1c2f5e669aba825e0126d2f30ee622' 'dd792440e684043e4e4ef80963d0237b')
 
 build() {
   cd $startdir/src/$pkgname
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1
   make ROOTDIR=$startdir/pkg install || return 1
+  install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 
   # remove conflicts
   # glibc
   rm $startdir/pkg/usr/include/rpcsvc/rquota.h || return 1
   rm $startdir/pkg/usr/include/rpcsvc/rquota.x || return 1
   # man-pages
-  rm $startdir/pkg/usr/man/man2/quotactl.2 || return 1
-  rm $startdir/pkg/usr/man/man8/rquotad.8 || return 1 
+  rm $startdir/pkg/usr/share/man/man2/quotactl.2 || return 1
+  rm $startdir/pkg/usr/share/man/man8/rquotad.8 || return 1 
   # nfs-utils
   rm $startdir/pkg/usr/sbin/rpc.rquotad || return 1
 




More information about the arch-commits mailing list