summaryrefslogtreecommitdiff
path: root/community/libview/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libview/PKGBUILD')
-rw-r--r--community/libview/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/libview/PKGBUILD b/community/libview/PKGBUILD
deleted file mode 100644
index 0386a33a4..000000000
--- a/community/libview/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $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=2
-pkgdesc="A collection of widgets that were developed at VMware"
-arch=('i686' 'x86_64')
-url="http://view.sourceforge.net"
-options=('!libtool')
-license=('MIT')
-depends=('gtkmm' 'libsigc++')
-source=(http://downloads.sf.net/sourceforge/view/libview-$pkgver.tar.gz)
-md5sums=('f50f7cb04a4918e52a1707014dde47d2')
-
-build() {
- cd $srcdir/libview-$pkgver
- ./autogen.sh --prefix=/usr
- make
- make DESTDIR=$pkgdir install
- install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}