From 2285223a93d88ee4a726d4d878fa0c3f61845b7d Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Sat, 4 Sep 2010 23:01:45 -0700 Subject: xf86driproto:Bumped/Updated for LinHES 7. --- abs/core-testing/xf86driproto/LICENSE | 50 ++++++++++++++++++++++++++++++++++ abs/core-testing/xf86driproto/PKGBUILD | 22 +++++++++------ 2 files changed, 63 insertions(+), 9 deletions(-) create mode 100644 abs/core-testing/xf86driproto/LICENSE diff --git a/abs/core-testing/xf86driproto/LICENSE b/abs/core-testing/xf86driproto/LICENSE new file mode 100644 index 0000000..07a911b --- /dev/null +++ b/abs/core-testing/xf86driproto/LICENSE @@ -0,0 +1,50 @@ +# Copyright (C) 1994 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 CONNEC- +# TION 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 deal- + + +/************************************************************************** + +Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas. +Copyright 2000 VA Linux Systems, Inc. +All Rights Reserved. + +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, sub license, 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 (including the +next paragraph) 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 NON-INFRINGEMENT. +IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS 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. + +**************************************************************************/ diff --git a/abs/core-testing/xf86driproto/PKGBUILD b/abs/core-testing/xf86driproto/PKGBUILD index 120c7f4..197c37f 100644 --- a/abs/core-testing/xf86driproto/PKGBUILD +++ b/abs/core-testing/xf86driproto/PKGBUILD @@ -1,19 +1,23 @@ -# $Id: PKGBUILD 1886 2008-05-22 17:47:52Z jgc $ +# $Id: PKGBUILD 50995 2009-09-04 12:48:43Z jgc $ # Maintainer: Alexander Baldeck # Contributor: Jan de Groot pkgname=xf86driproto -pkgver=2.0.4 +pkgver=2.1.0 pkgrel=1 pkgdesc="X11 DRI extension wire protocol" +arch=(any) url="http://xorg.freedesktop.org/" -arch=(i686 x86_64) -source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2) +license=('custom') +source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2 + LICENSE) +sha1sums=('0dfc6616ffc68ca3c3b5decb1e365aaa93be8548' + '32bab65dd9c0b49333146abf16602967041b0d92') build() { - cd ${startdir}/src/${pkgname}-${pkgver} - ./configure --prefix=/usr + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr || return 1 make || return 1 - make DESTDIR=${startdir}/pkg install || return 1 + make DESTDIR="${pkgdir}" install || return 1 + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1 } - -md5sums=('01470d088da3a8a3deefa8e1f45d69cb') -- cgit v0.12