[arch-commits] CVS update of extra/lib/xaw3d (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Dec 11 03:29:26 UTC 2007


    Date: Monday, December 10, 2007 @ 22:29:26
  Author: eric
    Path: /home/cvs-extra/extra/lib/xaw3d

   Added: LICENSE (1.1)
Modified: PKGBUILD (1.11 -> 1.12)

upgpkg: xaw3d 1.5-4
added license and url, disabled SMP build


----------+
 LICENSE  |   22 ++++++++++++++++++++++
 PKGBUILD |   25 +++++++++++++++++--------
 2 files changed, 39 insertions(+), 8 deletions(-)


Index: extra/lib/xaw3d/LICENSE
diff -u /dev/null extra/lib/xaw3d/LICENSE:1.1
--- /dev/null	Mon Dec 10 22:29:26 2007
+++ extra/lib/xaw3d/LICENSE	Mon Dec 10 22:29:26 2007
@@ -0,0 +1,22 @@
+Copyright (c) 1989  X Consortium
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+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.  IN NO EVENT SHALL THE
+X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of the X Consortium shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from the X Consortium.
Index: extra/lib/xaw3d/PKGBUILD
diff -u extra/lib/xaw3d/PKGBUILD:1.11 extra/lib/xaw3d/PKGBUILD:1.12
--- extra/lib/xaw3d/PKGBUILD:1.11	Wed Aug 23 17:25:23 2006
+++ extra/lib/xaw3d/PKGBUILD	Mon Dec 10 22:29:26 2007
@@ -1,16 +1,24 @@
-# $Id: PKGBUILD,v 1.11 2006/08/23 21:25:23 andyrtr Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
+# $Id: PKGBUILD,v 1.12 2007/12/11 03:29:26 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
 pkgname=xaw3d
 pkgver=1.5
-pkgrel=3.1
+pkgrel=4
 pkgdesc="Three-D Athena widgets"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="ftp://ftp.x.org/contrib/widgets/Xaw3d"
+license=('MIT')
 depends=('libxp' 'libxmu' 'libxpm')
 makedepends=('imake')
-source=(ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-${pkgver}.tar.gz
-        xaw3d.patch)
-md5sums=('a77aa4ebe3be7964e4dbbc351e48277f' 'cd250186d36d64f579834f11a7f7f6a2')
+options=('!makeflags')
+source=(ftp://ftp.x.org/contrib/widgets/Xaw3d/R6.3/Xaw3d-${pkgver}.tar.gz \
+        xaw3d.patch LICENSE)
+md5sums=('a77aa4ebe3be7964e4dbbc351e48277f' 'cd250186d36d64f579834f11a7f7f6a2'\
+         '5b6b0242b3f53b7fe308e702abe28561')
+sha1sums=('ba10e9f9a376932eed9696006e34d4618a6f588d'
+          'f081b674eb34550693fdd6c997386145a077843f'
+          'f4c6ea3294b6ca41e17b7a83530bd694af6f1f5a')
 
 build() {
   cd $startdir/src/xc/lib/Xaw3d
@@ -26,4 +34,5 @@
   make depend || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install
+  install -D -m644 ../../../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list