opt/spice-protocol/Pkgfile
2019-04-19 22:44:49 +02:00

22 lines
475 B
Plaintext

# Description: protocol headers for interaction with virtualized desktop devices
# URL: http://spice-space.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python-pyparsing
name=spice-protocol
version=0.12.15
release=1
source=(http://spice-space.org/download/releases/spice-protocol-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--datarootdir=/usr/lib
make
make DESTDIR=$PKG install
}