2013-04-09 16:30:26 +02:00
|
|
|
# Description: toolset for interaction with virtualized desktop devices
|
|
|
|
# URL: http://spice-space.org
|
2020-06-20 09:33:43 +00:00
|
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
2017-11-07 00:02:57 +01:00
|
|
|
# Depends on: glib celt51 alsa-lib xorg-libpixman libjpeg-turbo zlib python-pyparsing cyrus-sasl spice-protocol
|
2013-04-09 16:30:26 +02:00
|
|
|
|
|
|
|
name=spice
|
2020-06-20 09:33:43 +00:00
|
|
|
version=0.14.3
|
2013-04-09 16:30:26 +02:00
|
|
|
release=1
|
2017-11-07 00:02:57 +01:00
|
|
|
source=(https://www.spice-space.org/download/releases/spice-$version.tar.bz2)
|
2013-04-09 16:30:26 +02:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--datarootdir=/usr/lib \
|
2020-06-20 09:33:43 +00:00
|
|
|
--disable-opus \
|
2013-04-09 16:30:26 +02:00
|
|
|
--disable-smartcard
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|