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

Kevin Piche kevin at archlinux.org
Mon Aug 13 03:21:22 UTC 2007


    Date: Sunday, August 12, 2007 @ 23:21:22
  Author: kevin
    Path: /home/cvs-extra/extra/lib/sdl_gfx

Modified: PKGBUILD (1.9 -> 1.10)

upgpkg: sdl_gfx 2.0.16-1
new version, SONAME has changed


----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)


Index: extra/lib/sdl_gfx/PKGBUILD
diff -u extra/lib/sdl_gfx/PKGBUILD:1.9 extra/lib/sdl_gfx/PKGBUILD:1.10
--- extra/lib/sdl_gfx/PKGBUILD:1.9	Sun May 28 07:12:04 2006
+++ extra/lib/sdl_gfx/PKGBUILD	Sun Aug 12 23:21:21 2007
@@ -1,27 +1,29 @@
-# $Id: PKGBUILD,v 1.9 2006/05/28 11:12:04 notz Exp $
+# $Id: PKGBUILD,v 1.10 2007/08/13 03:21:21 kevin Exp $
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Maintainer: Kevin Piche <kevin at archlinux.org>
+
+# SONAME change rebuild: clanlib luola sdl_perl
 pkgname=sdl_gfx
-pkgver=2.0.13
-pkgrel=2
+pkgver=2.0.16
+pkgrel=1
 pkgdesc="SDL Graphic Primitives"
 arch=(i686 x86_64)
+license=('LGPL')
+options=(!libtool)
+url="http://www.ferzkopp.net/joomla/content/view/19/14/"
+source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz)
 depends=('sdl')
-source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-$pkgver.tar.gz)
-url="http://www.ferzkopp.net/Software/SDL_gfx-2.0/"
-md5sums=('b1ce778232db0b1979695f0a5a945a13')
+md5sums=('22dc2d9d916197829f9342c490d2d02b')
 
 build() {
-  cd $startdir/src/SDL_gfx-$pkgver
+  cd ${startdir}/src/SDL_gfx-${pkgver}
 
-  if [ "$CARCH" == "x86_64" ]; then
+  if [ "${CARCH}" == "x86_64" ]; then
     ./configure --prefix=/usr --disable-mmx
   else
     ./configure --prefix=/usr
   fi
 
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  # libtoolslay
-  find $startdir/pkg -name '*.la' -exec rm {} \;
+  make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list