summaryrefslogtreecommitdiff
path: root/community/libgoom2/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libgoom2/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libgoom2/PKGBUILD')
-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
-}