[arch-commits] Commit in sdl_net/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Sep 12 06:57:02 UTC 2009


    Date: Saturday, September 12, 2009 @ 02:57:02
  Author: allan
Revision: 51821

upgpkg: sdl_net 1.2.7-3
    rebuild to add arch in package name and remove filelist

Modified:
  sdl_net/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-12 02:37:02 UTC (rev 51820)
+++ PKGBUILD	2009-09-12 06:57:02 UTC (rev 51821)
@@ -1,22 +1,23 @@
 # $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
 pkgname=sdl_net
 pkgver=1.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A small sample cross-platform networking library"
-arch=(i686 x86_64)
-license=(GPL)
+arch=('i686' 'x86_64')
+url="http://www.libsdl.org/projects/SDL_net/"
+license=('GPL')
 depends=('sdl')
 options=('!libtool')
-url="http://www.libsdl.org/projects/SDL_net/"
 source=(http://www.libsdl.org/projects/SDL_net/release/SDL_net-${pkgver}.tar.gz)
+md5sums=('6bd4662d1423810f3140d4da21b6d912')
 
 build() {
-  cd ${startdir}/src/SDL_net-${pkgver}
+  cd ${srcdir}/SDL_net-${pkgver}
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install
 }
-md5sums=('6bd4662d1423810f3140d4da21b6d912')




More information about the arch-commits mailing list