diff options
Diffstat (limited to 'community/lsscsi/PKGBUILD')
-rw-r--r-- | community/lsscsi/PKGBUILD | 27 |
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: |