summaryrefslogtreecommitdiff
path: root/community/glitz
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/glitz
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/glitz')
-rw-r--r--community/glitz/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/glitz/PKGBUILD b/community/glitz/PKGBUILD
deleted file mode 100644
index 98c9f7eea..000000000
--- a/community/glitz/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 85262 2013-02-28 10:34:33Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-
-pkgname=glitz
-pkgver=0.5.6
-pkgrel=4
-pkgdesc='OpenGL image compositing library'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/'
-license=('BSD')
-depends=('libgl' 'glibc')
-makedepends=('mesa-libgl')
-options=('!libtool')
-source=("http://cairographics.org/snapshots/$pkgname-$pkgver.tar.gz")
-sha256sums=('132adf06e48531f4c01b6ba5843881e2b584a170c5222353d03cbef736d4a471')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et: