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

17 lines
323 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Genel SCSI yardımcı programları
2016-02-24 01:27:23 +01:00
# URL: http://sg.danny.cz/sg/sg3_utils.html
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=sg3-utils
surum=1.41
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://sg.danny.cz/sg/p/sg3_utils-$surum.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd sg3_utils-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}