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

Eric Bélanger eric at archlinux.org
Sun May 3 03:08:58 UTC 2009


    Date: Saturday, May 2, 2009 @ 23:08:57
  Author: eric
Revision: 37571

upgpkg: tuxpuck 0.8.2-2
    Added freetype2 makedepends, Disabled SMP build, FHS man pages

Modified:
  tuxpuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-03 02:48:17 UTC (rev 37570)
+++ PKGBUILD	2009-05-03 03:08:57 UTC (rev 37571)
@@ -3,17 +3,20 @@
 
 pkgname=tuxpuck
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Airhockey with tux"
+arch=('i686' 'x86_64')
 url="http://home.no.net/munsuun/tuxpuck/"
+license=('GPL2')
 depends=('libjpeg' 'sdl' 'libpng' 'libvorbis')
+makedepends=('freetype2')
+options=('!makeflags')
 source=(http://home.no.net/munsuun/tuxpuck/files/$pkgname-$pkgver.tar.gz)
-license=('GPL2')
-arch=('i686' 'x86_64')
 md5sums=('fc839abc2b1f3eafae397e1ed6487079')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-   make || return 1
-   make DESTDIR=$startdir/pkg/ install
- }
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|usr/man|usr/share/man|' Makefile || return 1
+  make || return 1
+  make DESTDIR=$pkgdir install || return 1
+}




More information about the arch-commits mailing list