contrib/spice/Pkgfile

23 lines
569 B
Plaintext
Raw Normal View History

2013-04-09 16:30:26 +02:00
# Description: toolset for interaction with virtualized desktop devices
# URL: http://spice-space.org
# 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
2017-11-07 00:02:57 +01:00
version=0.14.0
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 \
--disable-smartcard
make
make DESTDIR=$PKG install
}