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

Eric Bélanger eric at archlinux.org
Sun Apr 26 22:46:39 UTC 2009


    Date: Sunday, April 26, 2009 @ 18:46:39
  Author: eric
Revision: 36674

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

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

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

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2009-04-26 22:46:39 UTC (rev 36674)
@@ -0,0 +1,22 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
+Copyright 2002 by Brian Goines (bgoines78 at comcast.net)
+
+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  Brian Goines not  be  used  in
+advertising or publicity pertaining to distribution of the software without
+specific,  written      prior  permission.     Brian Goines  makes  no
+representations about the suitability of this software for any purpose.  It
+is provided "as is" without express or implied warranty.
+
+BRIAN GOINES DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
+INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
+EVENT  SHALL FREDERIC  LEPIED 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:37:34 UTC (rev 36673)
+++ PKGBUILD	2009-04-26 22:46:39 UTC (rev 36674)
@@ -3,18 +3,20 @@
 
 pkgname=xf86-input-jamstudio
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="X.Org KB-Gear JamStudio pentablet 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')
 options=('!libtool')
 groups=('xorg-input-drivers')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-	git-cbc4a590.patch)
-md5sums=('8011f90d7dd801d26e8c3dd058633978' '1f3250bf56c3e54a470a7da82eeecdb3')
+	git-cbc4a590.patch LICENSE)
+md5sums=('8011f90d7dd801d26e8c3dd058633978' '1f3250bf56c3e54a470a7da82eeecdb3'\
+         '251dae247583bd46978756ae4f41cc33')
 
 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