milis/talimatname/genel/smartmontools/talimat

18 lines
385 B
Plaintext
Raw Normal View History

2017-04-17 14:15:55 +02:00
# Description: S.M.A.R.T.'yi kontrol edin ve izleyin. Etkin ATA ve SCSI Sabit Diskler
2016-02-24 01:27:23 +01:00
# URL: http://smartmontools.sourceforge.net
2017-04-17 14:15:55 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on:
name=smartmontools
2017-05-08 00:28:35 +02:00
version=6.5
2016-02-24 01:27:23 +01:00
release=1
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.gz )
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}