summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/sg3_utils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/sg3_utils/PKGBUILD')
-rw-r--r--abs/core-testing/sg3_utils/PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core-testing/sg3_utils/PKGBUILD b/abs/core-testing/sg3_utils/PKGBUILD
deleted file mode 100644
index 1da9b0e..0000000
--- a/abs/core-testing/sg3_utils/PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-pkgname=sg3_utils
-pkgver=1.27
-pkgrel=1
-pkgdesc="Generic SCSI utilities"
-arch=(i686 x86_64)
-url="http://sg.torque.net/sg/sg3_utils.html"
-license=('GPL' 'custom:BSD')
-depends=('glibc')
-options=('!libtool')
-source=(http://www.mythvantage.com/src/${pkgname}-${pkgver}.tgz)
-
-build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=${startdir}/pkg install
- install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
-}