[arch-commits] CVS update of extra/games/apricots (PKGBUILD)

Damir Perisa damir at archlinux.org
Sun Sep 9 11:21:16 UTC 2007


    Date: Sunday, September 9, 2007 @ 07:21:16
  Author: damir
    Path: /home/cvs-extra/extra/games/apricots

Modified: PKGBUILD (1.3 -> 1.4)

upgpkg: apricots 0.2.6-2


----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)


Index: extra/games/apricots/PKGBUILD
diff -u extra/games/apricots/PKGBUILD:1.3 extra/games/apricots/PKGBUILD:1.4
--- extra/games/apricots/PKGBUILD:1.3	Tue Jul 18 17:01:21 2006
+++ extra/games/apricots/PKGBUILD	Sun Sep  9 07:21:15 2007
@@ -1,22 +1,26 @@
-# $Id: PKGBUILD,v 1.3 2006/07/18 21:01:21 andyrtr Exp $
+# $Id: PKGBUILD,v 1.4 2007/09/09 11:21:15 damir Exp $
 # Maintainer: eric <eric at archlinux.org>
 # Contributor: Damir Perisa <damir.perisa at bluewin.ch>
 #
 
 pkgname=apricots
 pkgver=0.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple 2D flying/bombing game similar to basic side scrollers"
-arch=(i686 x86_64)
+arch=("i686" "x86_64")
+license=('GPL')
 url="http://www.fishies.org.uk/apricots.html"
-depends=('openal' 'sdl')
-source=(http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz)
-md5sums=('910828d717e46d8cbd9c24f702d09fbc')
+depends=('gcc' 'openal>=0.0.8' 'sdl' 'freealut>=1.1.0')
+source=("http://www.fishies.org.uk/$pkgname-$pkgver.tar.gz" \
+	"apricots-0.2.6-freealut.patch")
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+  patch -Np0 -i $startdir/src/apricots-0.2.6-freealut.patch
   ./configure --prefix=/usr
   make || return 1
   make prefix=$startdir/pkg/usr install
 }
 
+md5sums=('910828d717e46d8cbd9c24f702d09fbc'
+         '5f9f74082dfe162ab3ba51f6ec628f99')




More information about the arch-commits mailing list