[arch-commits] Commit in moon-lander/trunk (LICENSE PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Jun 17 04:34:40 UTC 2009


    Date: Wednesday, June 17, 2009 @ 00:34:40
  Author: eric
Revision: 42610

upgpkg: moon-lander 1.0-3.1
    rebuild for i686: fixed license

Added:
  moon-lander/trunk/LICENSE
Modified:
  moon-lander/trunk/PKGBUILD

----------+
 LICENSE  |   24 ++++++++++++++++++++++++
 PKGBUILD |   13 +++++++------
 2 files changed, 31 insertions(+), 6 deletions(-)

Added: LICENSE
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2009-06-17 04:34:40 UTC (rev 42610)
@@ -0,0 +1,24 @@
+Copyright 2001 David J. Blood. All rights reserved. 
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+1.Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+
+2.Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-17 01:51:42 UTC (rev 42609)
+++ PKGBUILD	2009-06-17 04:34:40 UTC (rev 42610)
@@ -4,14 +4,14 @@
 
 pkgname=moon-lander
 pkgver=1.0
-pkgrel=3
+pkgrel=3.1
 pkgdesc="An addictive game of skill where you must land a space-ship on the moon at a perfect speed."
+arch=('i686' 'x86_64')
+url="None"
+license=('BSD')
 depends=('sdl' 'sdl_mixer' 'sdl_image' 'libvorbis')
-url="None"
-source=(http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/moon-lander/1.0/$pkgname-$pkgver.tar.bz2)
-license=('GPL2')
-arch=('i686' 'x86_64')
-md5sums=('0bc53b06c268442a0dedfbc14583ecb3')
+source=(http://ftp.debian.org/debian/pool/main/m/moon-lander/${pkgname}_$pkgver.orig.tar.gz LICENSE)
+md5sums=('5726de9d85b9e8b60c27f2ea6428bc96' '883198142cca0450dfaab47ec26ac8c2')
 
 build() {
   cd $startdir/src/$pkgname
@@ -30,4 +30,5 @@
   chmod 755 $startdir/pkg/usr/share/games/moon-lander/fonts
   chmod 644 $startdir/pkg/usr/share/games/moon-lander/fonts/*
   install -D -m 755 moon-lander $startdir/pkg/usr/bin/moon-lander
+  install -D -m644 ../LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list