milis/talimatname/genel/l/libcpuid/talimat

22 lines
473 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: x86 ve x86_64 cpu için tanıma kütüphanesi
# URL: https://github.com/anrieff/libcpuid
# Paketçi: milisarge
# Gerekler: git doxygen
# Grup: kütüphane
isim=libcpuid
surum=git
devir=1
kaynak=()
derle() {
git_indir https://github.com/anrieff/libcpuid.git $isim
cd "$SRC/$isim"
libtoolize
autoreconf --install
./configure --prefix=/usr
make
make DESTDIR="$PKG" install
install -Dvm644 "$SRC/libcpuid/COPYING" "$PKG/usr/share/licenses/$isim/COPYING"
}