contrib/farstream/Pkgfile
2016-05-28 13:37:39 +10:00

26 lines
698 B
Plaintext

# 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.8
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
}