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

17 lines
338 B
Plaintext
Raw Normal View History

2017-04-17 12:55:03 +02:00
# Description: Genel SCSI yardımcı programları
2016-02-24 01:27:23 +01:00
# URL: http://sg.danny.cz/sg/sg3_utils.html
2017-04-17 12:55:03 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# 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
}