contrib/farstream/Pkgfile

26 lines
698 B
Plaintext
Raw Normal View History

2016-02-18 10:37:31 +01:00
# Description: Audio/video communications framework.
# URL: http://www.freedesktop.org/wiki/Software/Farstream
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: gst-ffmpeg gst-plugins-bad gst-plugins-good python libnice gobject-introspection
name=farstream
version=0.2.7
release=1
source=(http://freedesktop.org/software/$name/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--with-package-name='CRUX Linux farstream package' \
--with-package-origin='http://crux.nu'
make
make DESTDIR=$PKG install
# gtk-doc is still generated!
rm -rf $PKG/usr/share/gtk-doc
}