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

Allan McRae allan at archlinux.org
Mon Sep 12 09:37:01 UTC 2011


    Date: Monday, September 12, 2011 @ 05:37:01
  Author: allan
Revision: 137889

upgpkg: sdl_net 1.2.7-4

rebuild of old package

Modified:
  sdl_net/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-12 08:33:12 UTC (rev 137888)
+++ PKGBUILD	2011-09-12 09:37:01 UTC (rev 137889)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer:
 # Contributor: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=sdl_net
 pkgver=1.2.7
-pkgrel=3
+pkgrel=4
 pkgdesc="A small sample cross-platform networking library"
 arch=('i686' 'x86_64')
 url="http://www.libsdl.org/projects/SDL_net/"
@@ -18,6 +18,10 @@
 build() {
   cd ${srcdir}/SDL_net-${pkgver}
   ./configure --prefix=/usr
-  make || return 1
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL_net-${pkgver}
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list