contrib/spice-gtk/Pkgfile

27 lines
611 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
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
2015-08-10 19:31:21 +02:00
version=0.29
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-08-10 19:31:21 +02:00
rm -rf $PKG/usr/{lib/gtk-doc/,lib/systemd,lib/locale,share}
2013-10-24 15:39:03 +02:00
2013-04-09 16:30:20 +02:00
}