milis/talimatname/genel/hdparm/talimat

15 lines
365 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.

# Description: Hdparm paketi, ATA/IDE'yi denetlemek için kullanışlı bir yardımcı program içerir
# URL: http://hdparm.sourceforge.net/
# Packager: milisarge
# Depends on:
name=hdparm
version=9.52
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version && make
make DESTDIR=$PKG binprefix=/usr install
}