summaryrefslogtreecommitdiff
path: root/community/libview
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
commit82e1a8e4caf3318dbb60adda8c2649ae7ac15661 (patch)
treebc42529997fa58fc26481c8ba7524560f3baa5af /community/libview
parentf87cdf22eb712b5b1c118f768d4ff710fc839403 (diff)
parentd466ef49f224a9347fe0375eac8126725e10a0a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpack/PKGBUILD community/flac123/PKGBUILD community/flashrom/PKGBUILD community/liblockfile/PKGBUILD community/python-cjson/PKGBUILD community/tcpflow/PKGBUILD extra/vlc/PKGBUILD multilib/lib32-gnutls/PKGBUILD multilib/lib32-libssh2/PKGBUILD
Diffstat (limited to 'community/libview')
-rw-r--r--community/libview/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libview/PKGBUILD b/community/libview/PKGBUILD
index 1137d4e78..8cedfcc3b 100644
--- a/community/libview/PKGBUILD
+++ b/community/libview/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 21404 2010-07-16 11:58:58Z spupykin $
+# $Id: PKGBUILD 66207 2012-02-23 03:21:57Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libview
pkgver=0.6.6
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of widgets that were developed at VMware"
arch=('i686' 'x86_64' 'mips64el')
url="http://view.sourceforge.net"
@@ -17,7 +17,7 @@ md5sums=('f50f7cb04a4918e52a1707014dde47d2')
build() {
cd $srcdir/libview-$pkgver
./autogen.sh --prefix=/usr
- make || return 1
+ make
make DESTDIR=$pkgdir install
install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
}