diff options
author | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
commit | d466ef49f224a9347fe0375eac8126725e10a0a4 (patch) | |
tree | c08a9d7437c4d6de169858ac98fb340fd90202c2 /community/libview | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/libview')
-rw-r--r-- | community/libview/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libview/PKGBUILD b/community/libview/PKGBUILD index faf65a9cd..0386a33a4 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') 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 } |