contrib/spice/Pkgfile
2017-02-03 22:07:37 +01:00

23 lines
565 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 spice-protocol
name=spice
version=0.13.3
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
}