opt/usbredir/Pkgfile

17 lines
390 B
Plaintext
Raw Normal View History

2013-10-10 18:56:22 +02:00
# Description: send usb device traffic over a network connection
2018-10-10 01:07:00 +02:00
# URL: https://www.spice-space.org/usbredir.html
2013-10-10 18:56:22 +02:00
# Maintainer: Thomas Penteker, tek at serverop dot de
name=usbredir
2020-07-11 08:43:13 +02:00
version=0.8.0
2013-10-10 18:56:22 +02:00
release=1
2020-07-11 08:43:13 +02:00
source=(https://spice-space.org/download/usbredir/usbredir-$version.tar.bz2)
2013-10-10 18:56:22 +02:00
build() {
2017-08-20 23:25:03 +02:00
cd $name-$version
./configure --prefix=/usr
2013-10-10 18:56:22 +02:00
make
make install DESTDIR=$PKG
}