milis/talimatname/genel/s/sg3-utils/talimat

18 lines
338 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Genel SCSI yardımcı programları
# URL: http://sg.danny.cz/sg/sg3_utils.html
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=sg3-utils
surum=1.41
devir=1
kaynak=(http://sg.danny.cz/sg/p/sg3_utils-$surum.tar.xz)
derle() {
cd sg3_utils-$surum
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}