summaryrefslogtreecommitdiff
path: root/extra/farsight2/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/farsight2/PKGBUILD')
-rw-r--r--extra/farsight2/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/extra/farsight2/PKGBUILD b/extra/farsight2/PKGBUILD
deleted file mode 100644
index 02144244e..000000000
--- a/extra/farsight2/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 140265 2011-10-11 14:15:08Z ibiru $
-# Maintainer: Ionut Biru <ibiru@archlinux.org>
-# Contributor: William Díaz <wdiaz@archlinux.us>
-
-pkgname=farsight2
-pkgver=0.0.31
-pkgrel=1
-pkgdesc="Audio/Video conference software for Instant Messengers"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://farsight.freedesktop.org"
-license=('LGPL')
-depends=('libnice' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good' 'gstreamer0.10-bad' 'gstreamer0.10-python' 'pygobject')
-optdepends=('gstreamer0.10-ugly-plugins: h264 codec')
-options=('!libtool' '!emptydirs')
-source=(http://farsight.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3771d8268f025b28261cc1e977fab27f')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --with-package-name='Arch Linux farsight2 package' \
- --with-package-origin='http://archlinux.org' \
- --disable-static \
- --disable-valgrind \
- --disable-debug
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install
-}