summaryrefslogtreecommitdiffstats
path: root/base/sg3_utils/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-18 09:01:35 +0200
committersibel <lesibel at free dot fr>2010-07-18 09:01:35 +0200
commit0471bc54efe564cc64ec2b578d341ab4ad43a534 (patch)
treee4ddbb07b0e0dcbbb93618564469f6bcf4bf152c /base/sg3_utils/Pkgfile
parent9de68f4c25a2b8ce27b8ac5ff1733beecef8ed79 (diff)
downloadnutyx-extra-0471bc54efe564cc64ec2b578d341ab4ad43a534.tar.gz
nutyx-extra-0471bc54efe564cc64ec2b578d341ab4ad43a534.tar.bz2
nutyx-extra-0471bc54efe564cc64ec2b578d341ab4ad43a534.tar.xz
nutyx-extra-0471bc54efe564cc64ec2b578d341ab4ad43a534.zip
ajout de sg3_utils#1.29-1
Diffstat (limited to 'base/sg3_utils/Pkgfile')
-rw-r--r--base/sg3_utils/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/sg3_utils/Pkgfile b/base/sg3_utils/Pkgfile
new file mode 100644
index 000000000..d9ca8a8ea
--- /dev/null
+++ b/base/sg3_utils/Pkgfile
@@ -0,0 +1,19 @@
+# Decription: 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.29
+release=1
+
+source=(http://sg.danny.cz/sg/p/$name-$version.tgz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+