23 lines
550 B
Plaintext
23 lines
550 B
Plaintext
# Description: toolset for interaction with virtualized desktop devices
|
|
# URL: http://spice-space.org
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
# Depends on: glib celt51 alsa-lib xorg-libpixman openssl libjpeg-turbo zlib pyparsing cyrus-sasl
|
|
|
|
name=spice
|
|
version=0.12.4
|
|
release=1
|
|
source=(http://spice-space.org/download/releases/spice-$version.tar.bz2)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr \
|
|
--datarootdir=/usr/lib \
|
|
--disable-smartcard
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|