[arch-commits] Commit in nvclock/repos (extra-i686 extra-i686/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Jun 30 16:29:55 UTC 2008


    Date: Monday, June 30, 2008 @ 12:29:54
  Author: andyrtr
Revision: 3730

Merged revisions 2-3729 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/nvclock/trunk

........
  r356 | aaron | 2008-04-18 22:56:27 +0000 (Fr, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r3728 | andyrtr | 2008-06-30 16:26:29 +0000 (Mo, 30 Jun 2008) | 2 lines
  
  upgpkg: nvclock 0.8b3-2
      fix #9583
........

Modified:
  nvclock/repos/extra-i686/	(properties)
  nvclock/repos/extra-i686/PKGBUILD

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


Property changes on: nvclock/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /nvclock/trunk:1
   + /nvclock/trunk:1-3729

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-30 16:27:03 UTC (rev 3729)
+++ extra-i686/PKGBUILD	2008-06-30 16:29:54 UTC (rev 3730)
@@ -1,9 +1,10 @@
 # $Id$
 # Contributor: Markus Meissner <markus at meissna.de>
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
 pkgname=nvclock
 pkgver=0.8b3
-pkgrel=1
+pkgrel=2
 pkgdesc="A small utility which allows users to overclock NVIDIA based video cards"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,11 +15,9 @@
 options=('!makeflags')
 
 build(){
-    cd $startdir/src/$pkgname$pkgver
-    # --mandir isn't supported
-    sed -i "s:${prefix}/man:${prefix}/share/man:" $startdir/src/$pkgname$pkgver/Makefile.in
-    ./configure --prefix=$startdir/pkg/usr
-    make || return 1
-    mkdir -p $startdir/pkg/usr/bin
-    make install
+  cd ${srcdir}/$pkgname$pkgver
+  sed -i 's:${prefix}/man:${prefix}\/share\/man:' ${srcdir}/$pkgname$pkgver/Makefile.in || return 1
+  ./configure --prefix=/usr --bindir=/usr/bin
+  make || return 1 || return 1
+  make DESTDIR=${pkgdir} install || return 1
 }





More information about the arch-commits mailing list