[arch-commits] Commit in sdl/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Oct 19 02:36:21 UTC 2008
Date: Saturday, October 18, 2008 @ 22:36:21
Author: allan
Revision: 15787
upgpkg: sdl 1.2.13-2
Disabled rpath - fixes FS#9016
Modified:
sdl/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-19 02:33:31 UTC (rev 15786)
+++ PKGBUILD 2008-10-19 02:36:21 UTC (rev 15787)
@@ -1,21 +1,24 @@
# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
pkgname=sdl
pkgver=1.2.13
-pkgrel=1
+pkgrel=2
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org"
license=('LGPL')
depends=('glibc' 'libxext' 'libxrender' 'libx11')
+makedepends=('alsa-lib' 'esd' 'mesa')
options=('!libtool')
-makedepends=('alsa-lib' 'esd' 'mesa')
source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz)
-url="http://www.libsdl.org"
md5sums=('c6660feea2a6834de10bc71b2f8e4d88')
build() {
- cd ${startdir}/src/SDL-${pkgver}
- ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd --with-x
+ cd ${srcdir}/SDL-${pkgver}
+ ./configure --prefix=/usr --disable-nasm --enable-alsa \
+ --enable-esd --with-x --disable-rpath
make || return 1
- make DESTDIR=${startdir}/pkg install
+ make DESTDIR=${pkgdir} install
}
More information about the arch-commits
mailing list