25 lines
690 B
Text
25 lines
690 B
Text
|
# Template file for 'usbredir'
|
||
|
pkgname=usbredir
|
||
|
version=0.7
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="pkg-config"
|
||
|
makedepends="libusb-devel"
|
||
|
short_desc="USB traffic redirection protocol"
|
||
|
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||
|
license="GPL-2"
|
||
|
homepage="USB traffic redirection protocol"
|
||
|
distfiles="http://spice-space.org/download/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||
|
checksum=0a63a0712b5dc62be9cca44f97270fea5d1ec1fe7dde0c11dc74a01c8e2006aa
|
||
|
|
||
|
usbredir-devel_package() {
|
||
|
depends="usbredir>=${version}_${revision}"
|
||
|
short_desc+=" - development files"
|
||
|
pkg_install() {
|
||
|
vmove usr/include
|
||
|
vmove "usr/lib/*.a"
|
||
|
vmove "usr/lib/*.so"
|
||
|
vmove usr/lib/pkgconfig
|
||
|
}
|
||
|
}
|