[arch-commits] Commit in foobillard/repos (extra-i686 extra-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Nov 9 11:08:53 UTC 2008
Date: Sunday, November 9, 2008 @ 06:08:53
Author: jgc
Revision: 18811
Merged revisions 356,7850,18810 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/foobillard/trunk
........
r356 | aaron | 2008-04-19 00:56:27 +0200 (Sat, 19 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r7850 | ronald | 2008-08-04 21:59:48 +0200 (Mon, 04 Aug 2008) | 1 line
fix license
........
r18810 | jgc | 2008-11-09 12:08:27 +0100 (Sun, 09 Nov 2008) | 1 line
upgpkg: foobillard 3.0a-3
........
Modified:
foobillard/repos/extra-i686/ (properties)
foobillard/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Property changes on: foobillard/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /foobillard/trunk:1
+ /foobillard/trunk:1-18810
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-09 11:08:27 UTC (rev 18810)
+++ extra-i686/PKGBUILD 2008-11-09 11:08:53 UTC (rev 18811)
@@ -4,19 +4,20 @@
pkgname=foobillard
pkgver=3.0a
-pkgrel=2
+pkgrel=3
pkgdesc="An OpenGL billiard game for Linux"
-arch=(i686 x86_64)
-depends=(sdl freetype2 glibc libpng)
+arch=('i686' 'x86_64')
+depends=('sdl' 'freetype2' 'libpng' 'libxaw' 'mesa' 'libxi')
url="http://foobillard.sunsite.dk/"
source=(http://foobillard.sunsite.dk/dnl/$pkgname-$pkgver.tar.gz)
+license=('GPL2')
md5sums=('c2d92edeaaf8bfb18aa26f1c79931b7d')
build() {
- cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr || return 1
# fix startup bug in youregon.ttf and freetype2
- sed -i -e 's/youregon.ttf/bluebold.ttf/g' src/options.h
+ sed -i -e 's/youregon.ttf/bluebold.ttf/g' src/options.h || return 1
make || return 1
- make prefix=$startdir/pkg/usr install
+ make DESTDIR="${pkgdir}" install || return 1
}
More information about the arch-commits
mailing list