diff options
Diffstat (limited to 'gnome-unstable/farstream/PKGBUILD')
-rw-r--r-- | gnome-unstable/farstream/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gnome-unstable/farstream/PKGBUILD b/gnome-unstable/farstream/PKGBUILD deleted file mode 100644 index 2c9bf363c..000000000 --- a/gnome-unstable/farstream/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 168361 2012-10-09 07:21:08Z ibiru $ -# Maintainer: Ionut Biru <ibiru@archlinux.org> - -pkgname=farstream -pkgver=0.2.1 -pkgrel=1 -pkgdesc="Farstream (formerly Farsight) - Audio/Video Communications Framework" -arch=(i686 x86_64) -url="http://www.freedesktop.org/wiki/Software/Farstream" -license=('LGPL2.1') -depends=('gst-plugins-base-libs' 'libnice') -makedepends=('gobject-introspection') -optdepends=('gst-plugins-good' 'gst-plugins-bad') -conflicts=('farsight2') -replaces=('farsight2') -options=(!libtool) -source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('479c42adf5cc606abcb47d58ed542414') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr \ - --with-package-name='Arch Linux farstream package' \ - --with-package-origin='http://archlinux.org' \ - --disable-static - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: |