contrib/spice-gtk/Pkgfile

27 lines
621 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
2017-11-07 00:02:57 +01:00
# Depends on: gtk3 celt51 cyrus-sasl python-six
2013-04-09 16:30:20 +02:00
name=spice-gtk
2017-11-06 23:35:35 +01:00
version=0.34
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
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
}