[arch-commits] CVS update of extra/lib/sdl (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Aug 5 13:35:25 UTC 2007


    Date: Sunday, August 5, 2007 @ 09:35:25
  Author: jgc
    Path: /home/cvs-extra/extra/lib/sdl

   Added: PKGBUILD (1.1)

upgpkg: sdl 1.2.12-1
Move to extra


----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)


Index: extra/lib/sdl/PKGBUILD
diff -u /dev/null extra/lib/sdl/PKGBUILD:1.1
--- /dev/null	Sun Aug  5 09:35:25 2007
+++ extra/lib/sdl/PKGBUILD	Sun Aug  5 09:35:25 2007
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD,v 1.1 2007/08/05 13:35:25 jgc Exp $
+# Maintainer: dorphell <dorphell at archlinux.org>
+pkgname=sdl
+pkgver=1.2.12
+pkgrel=1
+pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glibc' 'libxext' 'libxrender' 'libx11')
+options=('!libtool')
+makedepends=('alsa-lib' 'esd' 'mesa')
+source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz)
+url="http://www.libsdl.org"
+md5sums=('544b4554986e51eed6d34435cf9c5f3f')
+
+build() {
+  cd ${startdir}/src/SDL-${pkgver}
+  ./configure --prefix=/usr --disable-nasm --enable-alsa --enable-esd --with-x
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+}




More information about the arch-commits mailing list