summaryrefslogtreecommitdiffstats
path: root/farstream/Pkgfile
blob: dbb9a1f3a450e9c0d18ca19829a7a0e0cc5549fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Logiciel d'audio/video conférence pour messagerie instantannée
# URL:  http://farsight.freedesktop.org/
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
# Depends on: gstreamer, libnice, gst-plugins-base, gst-python, gobject-introspection
# Run on: gstreamer,libnice,gst-plugins-base,gst-python

name=farstream
version=0.1.2
release=1
source=(http://farsight.freedesktop.org/releases/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	PYTHON=/usr/bin/python2	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}