[arch-commits] Commit in xf86-input-tek4957/trunk (LICENSE PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Apr 26 23:11:54 UTC 2009


    Date: Sunday, April 26, 2009 @ 19:11:54
  Author: eric
Revision: 36694

upgpkg: xf86-input-tek4957 1.2.0-3
    Added license

Added:
  xf86-input-tek4957/trunk/LICENSE
Modified:
  xf86-input-tek4957/trunk/PKGBUILD

----------+
 LICENSE  |   22 ++++++++++++++++++++++
 PKGBUILD |    9 ++++++---
 2 files changed, 28 insertions(+), 3 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2009-04-26 23:11:54 UTC (rev 36694)
@@ -0,0 +1,22 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 2002 by Olivier DANET <odanet at caramail.com>
+
+Permission to use, copy, modify, distribute, and sell this software and its
+umentation for any purpose is  hereby granted without fee, provided that
+the  above copyright  notice appear  in  all  copies  and  that  both  that
+copyright   notice   and   this  permission  notice  appear  in  supporting
+documentation, and that the name of O. DANET may not be used in advertising
+or  publicity pertaining to distribution  of the software without specific,
+written  prior  permission.  O.DANET  makes  no  representations  about the
+suitability  of  this  software  for  any  purpose. It is provided  "as is"
+without express or implied warranty.
+
+O. DANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL O. DANET BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTIONS, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-26 23:09:17 UTC (rev 36693)
+++ PKGBUILD	2009-04-26 23:11:54 UTC (rev 36694)
@@ -3,18 +3,20 @@
 
 pkgname=xf86-input-tek4957
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.org tek4957 input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
+license=('custom')
 depends=('glibc')
 makedepends=('pkgconfig' 'xorg-server>=1.6.0')
 conflicts=('xorg-server<1.6.0')
 groups=('xorg-input-drivers')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-	git-ea5d265d.patch)
-md5sums=('8103db1ca5c55726e0b58148e4b1fc06' '4686413ed3681ade00c0c2a8bc1b168a')
+	git-ea5d265d.patch LICENSE)
+md5sums=('8103db1ca5c55726e0b58148e4b1fc06' '4686413ed3681ade00c0c2a8bc1b168a'\
+         'a79c68b0293c1dac21d939fc2b5515b0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -22,4 +24,5 @@
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
+  install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list