summaryrefslogtreecommitdiff
path: root/community/libgoom2
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/libgoom2
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libgoom2')
-rw-r--r--community/libgoom2/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/libgoom2/PKGBUILD b/community/libgoom2/PKGBUILD
deleted file mode 100644
index d1264bd43..000000000
--- a/community/libgoom2/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 66115 2012-02-23 01:28:54Z giovanni $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: danitool
-
-pkgname=libgoom2
-pkgver=2k4
-pkgrel=2
-pkgdesc="Shared library part of the Goom visualization plugin"
-arch=('i686' 'x86_64')
-url="http://www.fovea.cc/?page=details_produits&id=goom"
-license=('LGPL')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=("http://downloads.sourceforge.net/project/goom/goom2k4/0/goom-2k4-0-src.tar.gz")
-md5sums=('8100dd07e0c6784fdf079eeaa53a5c7f')
-
-build() {
- cd "${srcdir}/goom2k4-0"
-
- ./configure --prefix=/usr \
- --without-xmms \
- --without-sdl
- make
-}
-
-package() {
- cd "${srcdir}/goom2k4-0"
-
- make DESTDIR="${pkgdir}" install
-}