Search Criteria
Package Details: tgt 1.0.73-1
Git Clone URL: | https://aur.archlinux.org/tgt.git (read-only, click to copy) |
---|---|
Package Base: | tgt |
Description: | iSCSI Target STGT for Arch Linux |
Upstream URL: | http://stgt.sourceforge.net/ |
Keywords: | iSCSI SAN Target |
Licenses: | |
Submitter: | None |
Maintainer: | ksovi |
Last Packager: | ksovi |
Votes: | 7 |
Popularity: | 0.001275 |
First Submitted: | 2010-01-14 12:08 |
Last Updated: | 2018-03-17 16:08 |
Dependencies (3)
- libxslt (libxslt-git)
- perl-config-general
- sg3_utils (optional)
Latest Comments
1 2 3 Next › Last »
alexhmt commented on 2020-10-18 03:15
Updated PKGBUILD:
ajs124 commented on 2017-11-26 22:34
https://gist.github.com/ajs124/7b62c3257f5cc2ec66d71353d8711dbd
ermarch commented on 2017-03-03 11:29
Updated PKGBUILD:
#Maintainer: Ovi Chis ovi@ovios.org
pkgname=tgt
pkgver=1.0.69
pkgrel=1
pkgdesc="iSCSI Target STGT for Arch Linux"
arch=('x86_64' 'i686' 'arm')
url="http://stgt.sourceforge.net/"
license=('GPL')
depends=('perl-config-general' 'libxslt')
optdepends=('sg3_utils')
backup=('etc/tgt/targets.conf')
source=(https://github.com/fujita/tgt/archive/v$pkgver.tar.gz)
build() {
cd "$srcdir/$pkgname-$pkgver"
make sbindir=/usr/bin ISCSI=1 PREFIX="$pkgdir" || return 1
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" sbindir=/usr/bin install
install -Dm644 "$srcdir/$pkgname-$pkgver/scripts/tgtd.service" "$pkgdir/usr/lib/systemd/system/tgtd.service"
}
# vim:set ts=2 sw=2 et:
md5sums=('244e84bdf2aeee7eb006fac925b3dde8')
ksovi commented on 2015-09-02 17:16
I've fixed the build so the package will install now without --force
pacman, yaourt and packer passed my tests.
ksovi commented on 2015-08-17 16:10
I will work to fix this.
Meanwhile it can be built with makepkg and installed with --force
rocklobster commented on 2015-02-12 21:30
This package no longer works as-is due to the Pacman 4.2 directory symlink changes. The build needs to be updated to put files into /usr/bin instead of /usr/sbin.
theking2 commented on 2012-05-17 14:42
Hi Inktvis,
Command "sq_inq" needed. Where can I find it?
Anonymous comment on 2012-03-31 14:37
btw: https://wiki.archlinux.org/index.php/TGT_iSCSI_Target
Anonymous comment on 2012-03-31 14:30
package updated to the new version, added: optdepends=('sg3_utils')
Anonymous comment on 2012-03-01 13:10
tnx JonnyJD for your comment, it's added now as dependency