[arch-commits] Commit in moon-lander/repos (3 files)
Eric Bélanger
eric at archlinux.org
Wed Jun 17 04:35:22 UTC 2009
Date: Wednesday, June 17, 2009 @ 00:35:22
Author: eric
Revision: 42611
Merged revisions 356,7609,42610 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/moon-lander/trunk
........
r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r7609 | ronald | 2008-08-03 08:09:56 -0400 (Sun, 03 Aug 2008) | 1 line
fix license field & add arch field
........
r42610 | eric | 2009-06-17 00:34:40 -0400 (Wed, 17 Jun 2009) | 2 lines
upgpkg: moon-lander 1.0-3.1
rebuild for i686: fixed license
........
Added:
moon-lander/repos/extra-i686/LICENSE
(from rev 42610, moon-lander/trunk/LICENSE)
Modified:
moon-lander/repos/extra-i686/ (properties)
moon-lander/repos/extra-i686/PKGBUILD
----------+
LICENSE | 24 ++++++++++++++++++++++++
PKGBUILD | 11 +++++++----
2 files changed, 31 insertions(+), 4 deletions(-)
Property changes on: moon-lander/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /moon-lander/trunk:1
+ /moon-lander/trunk:1-42610
Copied: moon-lander/repos/extra-i686/LICENSE (from rev 42610, moon-lander/trunk/LICENSE)
===================================================================
--- extra-i686/LICENSE (rev 0)
+++ extra-i686/LICENSE 2009-06-17 04:35:22 UTC (rev 42611)
@@ -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: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-06-17 04:34:40 UTC (rev 42610)
+++ extra-i686/PKGBUILD 2009-06-17 04:35:22 UTC (rev 42611)
@@ -4,12 +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)
-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
@@ -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