#Packager: George Vlahavas pkgname=usbredir pkgver=0.7 pkgrel=1gv source=("http://spice-space.org/download/usbredir/usbredir-$pkgver.tar.bz2") docs=("readme*" "install" "copying*" "changelog" "authors" "news" "todo") url=http://www.spice-space.org/page/UsbRedir slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "usbredir (USB traffic redirection protocol)" "usbredir is a protocol for redirection USB traffic from a single USB" "device, to a different (virtual) machine then the one to which the USB" "device is attached." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-silent-rules \ --disable-static \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }