milis/talimatname/genel/hdparm/talimat

15 lines
353 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: The Hdparm package contains an utility that is useful for controlling ATA/IDE
# URL: http://hdparm.sourceforge.net/
2017-01-31 02:35:21 +01:00
# Packager: milisarge
# Depends on:
2016-02-24 01:27:23 +01:00
name=hdparm
version=9.45
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
2017-01-31 02:35:21 +01:00
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version && make
make DESTDIR=$PKG binprefix=/usr install
}