contrib/spice-gtk/Pkgfile

27 lines
622 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
2015-11-30 01:11:02 +01:00
# Depends on: gtk3 openssl celt51 cyrus-sasl six
2013-04-09 16:30:20 +02:00
name=spice-gtk
2017-05-08 00:06:08 +02:00
version=0.33
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
}