1 # Contributor: Johannes Dewender arch at JonnyJD dot net
6 pkgdesc="The targetcli administration shell."
8 url="http://linux-iscsi.org/wiki/RTSadmin"
11 depends=('python2-rtslib' 'lio-utils' 'python2-configshell')
21 if [ ! -e "$pkgname-$pkgver.tgz" ]; then
22 wget "http://www.risingtidesystems.com/git/?p=$pkgname.git;a=snapshot;h=95cdcb7dd669d840d14bd099d68fce4dcdc9cc64;sf=tgz" -O "$pkgname-$pkgver.tgz"
24 bsdtar -xf "$srcdir/$pkgname-$pkgver.tgz"
26 python2 setup.py build
31 python2 setup.py install --skip-build --root="$pkgdir/" --optimize=1
34 # vim:set ts=2 sw=2 et: