summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-11-18 02:12:18 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-11-18 02:12:18 +0000
commit1851c5f88e7b977ca0c1e5f1f6eb04929778dd36 (patch)
tree574003637a377b908d19a5d8d9065cc7e62c3801 /sys-fs/lsscsi/lsscsi-0.21.ebuild
parentStable on amd64; Bug 247293 (diff)
downloadgentoo-2-1851c5f88e7b977ca0c1e5f1f6eb04929778dd36.tar.gz
gentoo-2-1851c5f88e7b977ca0c1e5f1f6eb04929778dd36.tar.bz2
gentoo-2-1851c5f88e7b977ca0c1e5f1f6eb04929778dd36.zip
Bug #247307, version bump.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc3-00249-ga622cf6 x86_64)
Diffstat (limited to 'sys-fs/lsscsi/lsscsi-0.21.ebuild')
-rw-r--r--sys-fs/lsscsi/lsscsi-0.21.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/lsscsi/lsscsi-0.21.ebuild b/sys-fs/lsscsi/lsscsi-0.21.ebuild
new file mode 100644
index 000000000000..d11e5c48d28c
--- /dev/null
+++ b/sys-fs/lsscsi/lsscsi-0.21.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/lsscsi/lsscsi-0.21.ebuild,v 1.1 2008/11/18 02:12:18 robbat2 Exp $
+
+inherit toolchain-funcs
+
+DESCRIPTION="SCSI sysfs query tool"
+HOMEPAGE="http://sg.danny.cz/scsi/lsscsi.html"
+SRC_URI="http://sg.danny.cz/scsi/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=sys-fs/sysfsutils-1.2.0"
+
+src_install() {
+ make install DESTDIR="${D}" || die
+ dodoc AUTHORS CREDITS ChangeLog NEWS README
+}