summaryrefslogtreecommitdiff
path: root/community/usbredir/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/usbredir/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/usbredir/PKGBUILD')
-rw-r--r--community/usbredir/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/usbredir/PKGBUILD b/community/usbredir/PKGBUILD
deleted file mode 100644
index 7668e5247..000000000
--- a/community/usbredir/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 93438 2013-07-03 12:56:12Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Stefano Facchini <stefano.facchini@gmail.com>
-
-pkgname=usbredir
-pkgver=0.6
-pkgrel=3
-pkgdesc="USB traffic redirection protocol"
-arch=('i686' 'x86_64')
-url="http://spice-space.org/page/UsbRedir"
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-options=(!libtool)
-source=(http://spice-space.org/download/usbredir/$pkgname-$pkgver.tar.bz2)
-sha256sums=('028184960044ea4124030000b3c55a35c3238835116e3a0fbcaff449df2c8edf')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --sbindir=/usr/bin
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et: