summaryrefslogtreecommitdiffstats
path: root/extra/farsight2/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-30 09:30:44 +0200
committertnut <thierryn1 at hispeed dot ch>2011-03-30 09:30:44 +0200
commit223d67b5fc783ad2365837abc922b34b240951c7 (patch)
treeb253d13c818f190859eadb2b77cfd83a1cca057f /extra/farsight2/Pkgfile
parent7921ed1f111bb4aa034d87ff6847b8fef9350c7a (diff)
downloadnutyx-extra-223d67b5fc783ad2365837abc922b34b240951c7.tar.gz
nutyx-extra-223d67b5fc783ad2365837abc922b34b240951c7.tar.bz2
nutyx-extra-223d67b5fc783ad2365837abc922b34b240951c7.tar.xz
nutyx-extra-223d67b5fc783ad2365837abc922b34b240951c7.zip
farsight2, maj 0.0.26-1
Diffstat (limited to 'extra/farsight2/Pkgfile')
-rw-r--r--extra/farsight2/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/farsight2/Pkgfile b/extra/farsight2/Pkgfile
new file mode 100644
index 000000000..5276bae3f
--- /dev/null
+++ b/extra/farsight2/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Logiciel d'audio/video conférence pour messagerie instantannée
+# URL: http://farsight.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gstreamer, gst-python, libnice, pygobject
+# Run on: gstreamer,gst-python,libnice,pygobject
+
+name=farsight2
+version=0.0.26
+release=1
+source=(http://farsight.freedesktop.org/releases/farsight2/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ sed -i -e 's#python-config#python2-config#' python/Makefile.in
+ sed -i -e 's# # #' docs/libs/Makefile.in
+
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-static \
+ --disable-debug \
+ --disable-valgrind
+ make
+ make DESTDIR=$PKG install
+}