diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 09:30:44 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 09:30:44 +0200 |
commit | 223d67b5fc783ad2365837abc922b34b240951c7 (patch) | |
tree | b253d13c818f190859eadb2b77cfd83a1cca057f /extra/farsight2/Pkgfile | |
parent | 7921ed1f111bb4aa034d87ff6847b8fef9350c7a (diff) | |
download | nutyx-pakxe-223d67b5fc783ad2365837abc922b34b240951c7.tar.gz nutyx-pakxe-223d67b5fc783ad2365837abc922b34b240951c7.tar.bz2 nutyx-pakxe-223d67b5fc783ad2365837abc922b34b240951c7.tar.xz nutyx-pakxe-223d67b5fc783ad2365837abc922b34b240951c7.zip |
farsight2, maj 0.0.26-1
Diffstat (limited to 'extra/farsight2/Pkgfile')
-rw-r--r-- | extra/farsight2/Pkgfile | 26 |
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 +} |