[arch-commits] CVS update of extra/games/moon-lander (LICENSE PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Aug 8 06:06:51 UTC 2007


    Date: Wednesday, August 8, 2007 @ 02:06:51
  Author: eric
    Path: /home/cvs-extra/extra/games/moon-lander

   Added: LICENSE (1.1)
Modified: PKGBUILD (1.5 -> 1.6)

upgpkg: moon-lander 1.0-3
added license and arch field


----------+
 LICENSE  |   24 ++++++++++++++++++++++++
 PKGBUILD |   11 +++++++----
 2 files changed, 31 insertions(+), 4 deletions(-)


Index: extra/games/moon-lander/LICENSE
diff -u /dev/null extra/games/moon-lander/LICENSE:1.1
--- /dev/null	Wed Aug  8 02:06:51 2007
+++ extra/games/moon-lander/LICENSE	Wed Aug  8 02:06:51 2007
@@ -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.
Index: extra/games/moon-lander/PKGBUILD
diff -u extra/games/moon-lander/PKGBUILD:1.5 extra/games/moon-lander/PKGBUILD:1.6
--- extra/games/moon-lander/PKGBUILD:1.5	Wed Oct 13 21:08:47 2004
+++ extra/games/moon-lander/PKGBUILD	Wed Aug  8 02:06:51 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.5 2004/10/14 01:08:47 dale Exp $
+# $Id: PKGBUILD,v 1.6 2007/08/08 06:06:51 eric Exp $
 # Maintainer: dale <dale at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
@@ -6,10 +6,12 @@
 pkgver=1.0
 pkgrel=3
 pkgdesc="An addictive game of skill where you must land a space-ship on the moon at a perfect speed."
-depends=('sdl' 'sdl_mixer' 'sdl_image' 'libvorbis')
+arch=('i686' 'x86_64')
 url="None"
-source=(http://distro.ibiblio.org/pub/linux/distributions/sorcerer/sources/moon-lander/1.0/$pkgname-$pkgver.tar.bz2)
-md5sums=('0bc53b06c268442a0dedfbc14583ecb3')
+license=('BSD')
+depends=('sdl' 'sdl_mixer' 'sdl_image' 'libvorbis')
+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
@@ -28,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