summaryrefslogtreecommitdiffstats
path: root/extra/sg3_utils/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:13:59 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:13:59 +0200
commit32a317fdecf3258429cdaf62ed370b764152e39e (patch)
treec6b781f7e9f9262f907e17253935e48746008d45 /extra/sg3_utils/Pkgfile
parent8aa6cc5af020923ec0a177c7d0bb49d32448dddc (diff)
downloadnutyx-pakxe-32a317fdecf3258429cdaf62ed370b764152e39e.tar.gz
nutyx-pakxe-32a317fdecf3258429cdaf62ed370b764152e39e.tar.bz2
nutyx-pakxe-32a317fdecf3258429cdaf62ed370b764152e39e.tar.xz
nutyx-pakxe-32a317fdecf3258429cdaf62ed370b764152e39e.zip
sg3_utils dans extra
Diffstat (limited to 'extra/sg3_utils/Pkgfile')
-rw-r--r--extra/sg3_utils/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/sg3_utils/Pkgfile b/extra/sg3_utils/Pkgfile
new file mode 100644
index 000000000..ec6b3af5b
--- /dev/null
+++ b/extra/sg3_utils/Pkgfile
@@ -0,0 +1,19 @@
+# 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
+}
+