contrib/spice/Pkgfile

23 lines
550 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
# Depends on: glib celt51 alsa-lib xorg-libpixman openssl libjpeg-turbo zlib pyparsing cyrus-sasl
2013-04-09 16:30:26 +02:00
name=spice
2015-11-30 01:08:35 +01:00
version=0.12.6
2013-04-09 16:30:26 +02:00
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
}