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

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


    Date: Sunday, April 26, 2009 @ 17:24:23
  Author: eric
Revision: 36667

upgpkg: xf86-input-fpit 1.3.0-2
    Added license

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

----------+
 LICENSE  |   31 +++++++++++++++++++++++++++++++
 PKGBUILD |    8 +++++---
 2 files changed, 36 insertions(+), 3 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2009-04-26 21:24:23 UTC (rev 36667)
@@ -0,0 +1,31 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 1995, 1999 by Patrick Lecoanet, France. <lecoanet at cena.dgac.fr>
+Copyright 2002, Red Hat <alan at redhat.com>
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation 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  Patrick  Lecoanet not  be  used  in
+advertising or publicity pertaining to distribution of the software without
+specific,  written      prior  permission.     The Authors   make  no
+representations about the suitability of this software for any purpose.  It
+is provided "as is" without express or implied warranty.
+
+PATRICK LECOANET DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT  SHALL PATRICK LECOANET 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  ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
+
+RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT  SHALL RED HAT 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  ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-26 21:21:23 UTC (rev 36666)
+++ PKGBUILD	2009-04-26 21:24:23 UTC (rev 36667)
@@ -3,21 +3,23 @@
 
 pkgname=xf86-input-fpit
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X.Org Fujitsu Stylistic Tablet PC 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)
-md5sums=('e5bfda480f25121e3c4222e5e1eb5880')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 LICENSE)
+md5sums=('e5bfda480f25121e3c4222e5e1eb5880' '2d8404d3112316f04cba864c915adfac')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./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