summaryrefslogtreecommitdiffstats
path: root/base/sg3_utils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/sg3_utils/Pkgfile')
-rw-r--r--base/sg3_utils/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/sg3_utils/Pkgfile b/base/sg3_utils/Pkgfile
deleted file mode 100644
index ec6b3af5b..000000000
--- a/base/sg3_utils/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Utilitaires génériques SCSI
-# URL: http://sg.danny.cz/sg/sg3_utils.html
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on:
-
-name=sg3_utils
-version=1.31
-release=1
-
-source=(http://sg.danny.cz/sg/p/$name-$version.tgz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-