milis/talimatname/genel/libatasmart/talimat

19 lines
454 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: Bir disk raporlama kitaplığı. Yalnızca ATA S.M.A.R.T işlevinin bir alt kümesini destekler.
# URL: http://0pointer.de/blog/projects/being-smart.html
# Packager: milisarge
# Depends on:
name=libatasmart
version=0.19
release=1
source=(http://0pointer.de/public/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG docdir=/usr/share/doc/libatasmart-$version install
}