summaryrefslogtreecommitdiff
path: root/community/glob2/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-05 00:07:38 -0800
committerroot <root@rshg054.dnsready.net>2013-02-05 00:07:38 -0800
commitb91dca65217b7c35be84df053692c9fd1b012560 (patch)
tree1ab70184cb03b2ac7a5123daed51de63f9df742b /community/glob2/PKGBUILD
parent3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (diff)
Tue Feb 5 00:07:38 PST 2013
Diffstat (limited to 'community/glob2/PKGBUILD')
-rw-r--r--community/glob2/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD
index 6512def53..37bf01a70 100644
--- a/community/glob2/PKGBUILD
+++ b/community/glob2/PKGBUILD
@@ -1,4 +1,5 @@
-# $Id: PKGBUILD 83251 2013-01-28 16:49:37Z stephane $
+# $Id: PKGBUILD 83748 2013-02-04 22:09:20Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
@@ -23,15 +24,15 @@ build() {
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"