17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
# Description: Genel SCSI yardımcı programları
|
||
# URL: http://sg.danny.cz/sg/sg3_utils.html
|
||
# Packager: milisarge
|
||
# Depends on:
|
||
|
||
name=sg3-utils
|
||
version=1.41
|
||
release=1
|
||
|
||
source=(http://sg.danny.cz/sg/p/sg3_utils-$version.tar.xz)
|
||
build() {
|
||
cd sg3_utils-$version
|
||
./configure --prefix=/usr --disable-static
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|