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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Feb 4 22:09:03 UTC 2013


    Date: Monday, February 4, 2013 @ 23:09:03
  Author: arodseth
Revision: 83747

upgpkg: glob2 0.9.4.4-14, pkgdir todo

Modified:
  glob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-04 21:45:01 UTC (rev 83746)
+++ PKGBUILD	2013-02-04 22:09:03 UTC (rev 83747)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
 # Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
 
@@ -23,15 +24,15 @@
 
   patch -Np0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch"
   scons \
-    BINDIR="$pkgdir/usr/bin" \
-    INSTALLDIR="$pkgdir/usr/share" \
     LINKFLAGS="-lboost_system"
 }
 
 package () {
   cd "$srcdir/$pkgname-$pkgver"
 
-  scons install
+  scons install \
+    BINDIR="$pkgdir/usr/bin" \
+    INSTALLDIR="$pkgdir/usr/share"
   find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \;
   install -Dm644 data/icons/glob2-icon-48x48.png \
     "$pkgdir/usr/share/pixmaps/glob2-icon-48x48.png"




More information about the arch-commits mailing list