contrib/farstream/Pkgfile

27 lines
687 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
2016-09-30 12:13:35 +02:00
# Depends on: gst-plugins-base libnice
# Optional: gst-plugins-bad gst-plugins-good
2016-02-18 10:37:31 +01:00
name=farstream
2016-05-28 05:37:39 +02:00
version=0.2.8
2016-02-18 10:37:31 +01:00
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
}