summaryrefslogtreecommitdiff
path: root/community/lsscsi/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/lsscsi/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/lsscsi/PKGBUILD')
-rw-r--r--community/lsscsi/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/lsscsi/PKGBUILD b/community/lsscsi/PKGBUILD
deleted file mode 100644
index 5a09e2f00..000000000
--- a/community/lsscsi/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 90283 2013-05-10 22:36:28Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor : XAVeRY - los dot danielos at gmail dot com
-
-pkgname=lsscsi
-pkgver=0.27
-pkgrel=1
-pkgdesc='A tool that lists devices connected via SCSI and its transports'
-arch=('i686' 'x86_64')
-url="http://sg.danny.cz/scsi/lsscsi.html"
-license=('GPL')
-depends=('sysfsutils')
-source=("http://sg.danny.cz/scsi/${pkgname}-${pkgver}.tgz")
-md5sums=('33ab2927a9e567a47905e6a618c17859')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et: