opt/spice-protocol/Pkgfile

22 lines
475 B
Plaintext
Raw Normal View History

2013-10-24 12:49:58 +02:00
# 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
2013-10-24 12:49:58 +02:00
name=spice-protocol
2019-01-07 23:20:49 +01:00
version=0.12.14
2013-10-24 12:49:58 +02:00
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
}