milis/talimatname/genel/s/smartmontools/talimat

25 lines
516 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: S.M.A.R.T.'yi kontrol edin ve izleyin. Etkin ATA ve SCSI Sabit Diskler
# URL: http://smartmontools.sourceforge.net
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=smartmontools
surum=6.6
devir=1
kaynak=(http://downloads.sourceforge.net/sourceforge/$isim/$isim-$surum.tar.gz )
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-initscriptdir=/etc/rc.d/init.d \
--localstatedir=/var \
--with-savestates \
--with-attributelog
make
make DESTDIR=$PKG install
}