Skip to content

Instantly share code, notes, and snippets.

@gtmanfred
Forked from MastodonHQ/usb-rend PKGBUILD
Created May 15, 2012 05:56
Show Gist options
  • Save gtmanfred/2699455 to your computer and use it in GitHub Desktop.
Save gtmanfred/2699455 to your computer and use it in GitHub Desktop.
usb-rend-1.1 PKGBUILD
#Maintainer: Justin Strickland <MastodonHQ@gmail.com>
pkgname="usb-rend"
pkgver="1.1"
pkgrel=1
#epoch=
pkgdesc="Usb Debugging Tools originally from the xboxdrv project, with an addition."
arch=(i686)
#url=""
license=('GPL')
#groups=()
depends=(scons)
makedepends=(scons)
checkdepends=(scons)
#optdepends=()
provides=('usbcat','usbdebug','usbtool')
conflicts=('usbcat','usbdebug','usbtool')
#replaces=()
#backup=()
#options=()
#install=
source=($pkgname-$pkgver.tar.gz)
#noextract=()
md5sums=('f6a4ba63666d698a3e82cf0d285065c6')
build() {
cd "$pkgname-$pkgver/src"
scons
install -Dm755 usbcat $pkgdir/usr/bin/usbcat
install -Dm755 usbdebug $pkgdir/usr/bin/usbdebug
install -Dm755 usbtool $pkgdir/usr/bin/usbtool
install -Dm644 README $pkgdir/usr/share/man/man6/usb-rend.txt
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment