2011-02-17 15:17:06 +00:00
|
|
|
# Template file for 'spice-protocol'
|
|
|
|
pkgname=spice-protocol
|
2012-09-22 09:20:01 +00:00
|
|
|
version=0.12.2
|
2013-03-31 08:17:40 +00:00
|
|
|
revision=2
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-02-17 15:17:06 +00:00
|
|
|
configure_args="--datarootdir=/usr/lib"
|
|
|
|
short_desc="Spice Protocol headers"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-22 09:13:59 +00:00
|
|
|
homepage="http://www.spicespace.org/"
|
2013-03-31 08:17:40 +00:00
|
|
|
license="BSD"
|
2012-09-22 09:13:59 +00:00
|
|
|
distfiles="http://www.spicespace.org/download/releases/$pkgname-$version.tar.bz2"
|
2012-09-22 09:20:01 +00:00
|
|
|
checksum=8bb2d9e4d75c1cb2065ecf2d6607bb1f91f0df6b27ddaa70320fd1f58cd3d56c
|
2011-02-17 15:17:06 +00:00
|
|
|
long_desc="
|
|
|
|
This package contains the protocol headers for Spice."
|
2013-04-14 10:31:59 +00:00
|
|
|
|
|
|
|
spice-protocol_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|