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
|
2013-04-10 14:00:55 +02:00
|
|
|
# Depends on: gtk3 openssl celt51 cyrus-sasl
|
2013-04-09 16:30:20 +02:00
|
|
|
|
|
|
|
name=spice-gtk
|
2014-11-08 15:50:35 +01:00
|
|
|
version=0.26
|
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 \
|
|
|
|
--disable-smartcard \
|
|
|
|
--with-audio=no \
|
|
|
|
--enable-gtk-doc-html=no
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2014-09-30 21:38:48 +02:00
|
|
|
rm -rf $PKG/usr/{lib/gtk-doc/,lib/systemd,share}
|
2013-10-24 15:39:03 +02:00
|
|
|
|
2013-04-09 16:30:20 +02:00
|
|
|
}
|