contrib/spice-gtk/Pkgfile

26 lines
693 B
Plaintext
Raw Normal View History

2013-04-09 16:30:20 +02:00
# Description: GTK viewer for the spice protocol
# URL: http://spice-space.org
# Maintainer: Thomas Penteker, tek at serverop dot de
2019-04-19 23:01:19 +02:00
# Depends on: gtk3 cyrus-sasl python-six spice-protocol libepoxy xorg-libxinerama xorg-libxcursor xorg-libxcomposite json-glib gstreamer gst-plugins-base
# Optional: usbredir opus lz4
2013-04-09 16:30:20 +02:00
name=spice-gtk
2019-04-19 23:01:19 +02:00
version=0.36
2013-04-09 16:30:20 +02:00
release=1
2014-02-13 00:05:37 +01:00
source=(http://spice-space.org/download/gtk/spice-gtk-$version.tar.bz2)
2013-04-09 16:30:20 +02:00
build() {
cd $name-$version
./configure --prefix=/usr \
--datarootdir=/usr/lib \
--enable-gtk-doc-html=no
2019-04-19 23:01:19 +02:00
2013-04-09 16:30:20 +02:00
make
make DESTDIR=$PKG install
2015-11-30 00:49:30 +01:00
rm -rf $PKG/usr/{lib/gtk-doc/,lib/systemd,lib/locale,share/locale}
2013-10-24 15:39:03 +02:00
2013-04-09 16:30:20 +02:00
}