From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- sg3_utils/Pkgfile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sg3_utils/Pkgfile (limited to 'sg3_utils/Pkgfile') diff --git a/sg3_utils/Pkgfile b/sg3_utils/Pkgfile new file mode 100644 index 000000000..ec6b3af5b --- /dev/null +++ b/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 +} + -- cgit v1.2.3-54-g00ecf