opt/usbredir/Pkgfile

18 lines
403 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
# Depends on:
name=usbredir
2017-05-07 23:39:26 +02:00
version=0.7.1
2013-10-10 18:56:22 +02:00
release=1
source=(http://spice-space.org/download/usbredir/usbredir-$version.tar.bz2)
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
}