forked from ports/contrib
25 lines
572 B
Plaintext
25 lines
572 B
Plaintext
# Description: protocol headers for interaction with virtualized desktop devices
|
|
# URL: http://spice-space.org
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
name=spice-protocol
|
|
version=0.12.2
|
|
release=1
|
|
source=(http://spice-space.org/download/releases/spice-protocol-$version.tar.bz2
|
|
Add-port-channel-enum-values.patch)
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
# make it work with qemu-1.4.0
|
|
patch -i ../Add-port-channel-enum-values.patch -p1
|
|
|
|
./configure --prefix=/usr \
|
|
--datarootdir=/usr/lib
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|