summaryrefslogtreecommitdiffstats
path: root/farstream/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'farstream/Pkgfile')
-rw-r--r--farstream/Pkgfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/farstream/Pkgfile b/farstream/Pkgfile
new file mode 100644
index 000000000..5f850f644
--- /dev/null
+++ b/farstream/Pkgfile
@@ -0,0 +1,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.1
+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
+}