You are not logged in.
Hey guys. I got a usb multi-card reader, and have been having trouble getting it working. I was googling for an answer and I saw someone who said that for n-in-1 readers you need sg3_utils. So herer it is, in case it's worth anything. It's still not working, for the record .
I'm not sure there are any relevant depends, so if someone else knows, they can post corrections.
# $Id: PKGBUILD,v 1.10 2004/11/20 09:53:53 thegnu Exp $
# Contributor: Nathan Curry <thegnu@gmail.com>
pkgname=sg3_utils
pkgver=1.10
pkgrel=1
pkgdesc="a set of utilities and test programs for sg and associated interfaces"
depends=()
source=(http://sg.torque.net/sg/p/$pkgname-$pkgver.tgz)
url="http://sg.torque.net/sg/"
md5sums=('b1ed372d2c2ef5ffc43f5511a5882186')
build() {
cd $startdir/src/$pkgname-$pkgver
make PREFIX=/usr DESTDIR=$startdir/pkg install
}
fffft!
Offline