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

17 lines
331 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
name=sg3-utils
version=1.41
release=1
source=(http://sg.danny.cz/sg/p/sg3_utils-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
cd sg3_utils-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}